diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 11:55:02 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 11:55:02 -0400 |
commit | 2110d5c59c6e6a879c1b7158bacf2bbe8a7fe691 (patch) | |
tree | 137cef9d305d4cd14b8a003b136058a9cf52e311 /notekins | |
parent | d54e9182b26d249aa7dd0d118e83c258225781f9 (diff) | |
download | web-2110d5c59c6e6a879c1b7158bacf2bbe8a7fe691.tar.xz |
Make it slightly more opaque.
Diffstat (limited to 'notekins')
-rw-r--r-- | notekins/nksext.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index d81047b..6aacdb9 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -46,14 +46,14 @@ span.date:hover>a.anch { } span.date span.datet { color: #7e7; - opacity: 0.1; + opacity: 0.2; } span.date:hover span.datet { opacity: initial; } span.date span.datetz { color: #e7a; - opacity: 0.4; + opacity: 0.5; } span.date:hover span.datetz { opacity: initial; |