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