summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
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;
+}