diff options
-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; |