aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-23 22:11:09 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-23 22:11:09 -0400
commit0e2adbe03ba17e05c3b9b56f4320c2b501387645 (patch)
treeeec680174fc333a67581b1a9cd536d8c44d2210f /public
parentc24257bcfcc176370fb7fd669cefdcba1542b005 (diff)
downloadthedroneely.com-0e2adbe03ba17e05c3b9b56f4320c2b501387645.tar.gz
thedroneely.com-0e2adbe03ba17e05c3b9b56f4320c2b501387645.tar.bz2
thedroneely.com-0e2adbe03ba17e05c3b9b56f4320c2b501387645.zip
public/css/tdro.css: Use thin underlines
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 683f803..53afe03 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4599,8 +4599,7 @@ a code { color: #0147b7; }
.underline,
.isso-comment > div.text-wrapper > .text a,
.serif > a {
- border-bottom: 2px solid #999;
- padding-bottom: 2px;
+ border-bottom: 1px solid #999;
}
/* focus links */
@@ -4726,7 +4725,7 @@ input.sidenote-toggle, input.marginnote-toggle { display: none; }
label { cursor: pointer; }
label.marginnote-toggle:not(.sidenote-number) { display: inline; }
.sidenote, .marginnote { display: none; }
-.sidenote-mark, .marginnote-mark { border-bottom: 2px dashed #999; padding-bottom: 2px; }
+.sidenote-mark, .marginnote-mark { border-bottom: 1px dashed #999; }
.marginnote-mark:after { content: "\0002B"; font-weight: bold; }
}