summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-03-02 16:57:55 -0500
committercyfraeviolae <cyfraeviolae>2022-03-02 16:57:55 -0500
commit80071d4c4496a00e2a1cb15b951a642a912b236a (patch)
treeeff66370c05f25986b6d8d424d19150b63d9b30b /static/styles.css
parentb7a5d24b671cb62d066cfb04d6f9d9bfa4714e90 (diff)
fill greens, copy line, bugfixes
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css17
1 files changed, 7 insertions, 10 deletions
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;
+}