From 80071d4c4496a00e2a1cb15b951a642a912b236a Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 2 Mar 2022 16:57:55 -0500 Subject: fill greens, copy line, bugfixes --- static/styles.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 2c0f0ef..b4064bf 100644 --- a/static/styles.css +++ b/static/styles.css @@ -55,11 +55,6 @@ border-color: rgb(120,124,126); } -hr { - border: .1px DarkSlateGrey dashed; - margin-top: 20px; -} - .poetry { font-size: 95%; font-family: Charter; @@ -118,11 +113,6 @@ hr { color: white; border-color: rgb(120,124,126); } -} - -/* .key:hover { */ -/* background-color: #f7edd6; */ -/* } */ .scansion { font-size: 90%; @@ -131,3 +121,10 @@ hr { .scansion-box { margin-bottom: .3em; } + +.idxbox { + background-color: transparent; + width: 60px; + cursor: pointer; + user-select: none; +} -- cgit v1.2.3