diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 11:53:42 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 11:53:42 -0400 |
commit | d54e9182b26d249aa7dd0d118e83c258225781f9 (patch) | |
tree | 0442a0ca999aa3a06720aea0a57b7e9226f81919 | |
parent | 20e4dea6a04f6952ab0762b72740ddb89899fcf3 (diff) | |
download | web-d54e9182b26d249aa7dd0d118e83c258225781f9.tar.xz |
That color was shit.
-rw-r--r-- | notekins/nksext.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index b2d5014..d81047b 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -45,15 +45,15 @@ span.date:hover>a.anch { opacity: initial; } span.date span.datet { - color: #afa; + color: #7e7; opacity: 0.1; } span.date:hover span.datet { opacity: initial; } span.date span.datetz { - color: #faa; - opacity: 0.3; + color: #e7a; + opacity: 0.4; } span.date:hover span.datetz { opacity: initial; |