aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-23 18:23:28 -0400
committerThedro Neely <thedroneely@gmail.com>2021-03-23 18:23:28 -0400
commit1bdf91509646cdb41ee2599e14622007c10caf4f (patch)
tree316da80e78d43cb99a3e144408fad859ce284ecb /public
parentea3298698ad2ab09aa25037a4dd753cfa8d0a13a (diff)
downloadthedroneely.com-1bdf91509646cdb41ee2599e14622007c10caf4f.tar.gz
thedroneely.com-1bdf91509646cdb41ee2599e14622007c10caf4f.tar.bz2
thedroneely.com-1bdf91509646cdb41ee2599e14622007c10caf4f.zip
public/css/tdro: Only mark side note contents
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index e212bf8..8e6fa33 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4172,7 +4172,7 @@ input.sidenote-toggle, input.marginnote-toggle { display: none; }
mark { background-color: transparent; color: unset; }
-.sidenote-container:hover .sidenote-mark,
+.sidenote-container:hover .sidenote-mark span,
.sidenote-container:hover .sidenote mark { background-color: #fefe98; color: #000; }
.sidenote-container:hover .sidenote a { background-color: #fefe98; color: #000; border-color: dodgerblue; }