aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-02-07 18:48:05 -0500
committerThedro Neely <thedroneely@gmail.com>2022-02-07 18:48:05 -0500
commitf243565fa17e20a56389cbc5dfc4bdfd2e203a62 (patch)
treeb03852e477e61df0a3ee57d91e0f37daefa09d49 /public
parenta0ae1b55fd4ffeaaca4c1b2479124f4510851c14 (diff)
downloadthedroneely.com-f243565fa17e20a56389cbc5dfc4bdfd2e203a62.tar.gz
thedroneely.com-f243565fa17e20a56389cbc5dfc4bdfd2e203a62.tar.bz2
thedroneely.com-f243565fa17e20a56389cbc5dfc4bdfd2e203a62.zip
public/css/tdro-dark: Set side note link underline color
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index e4bbeae..3921b24 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -241,4 +241,5 @@ textarea:-ms-input-placeholder {
.marginnote-container:hover .marginnote a {
color: #fcfcfc;
background-color: #005d85;
+ border-color: #af0c00;
}