diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 11:49:00 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 11:49:00 -0400 |
commit | 20e4dea6a04f6952ab0762b72740ddb89899fcf3 (patch) | |
tree | 852f3feaee6087953eee6fa8d84ef37c82a3da89 /notekins | |
parent | 4a456c238d665bb45b6d32d5ee8e109e6db9ad12 (diff) | |
download | web-20e4dea6a04f6952ab0762b72740ddb89899fcf3.tar.xz |
Notekins post date styling.
Diffstat (limited to 'notekins')
-rw-r--r-- | notekins/nksext.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index 30bf811..b2d5014 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -44,3 +44,17 @@ span.date>a.anch { span.date:hover>a.anch { opacity: initial; } +span.date span.datet { + color: #afa; + opacity: 0.1; +} +span.date:hover span.datet { + opacity: initial; +} +span.date span.datetz { + color: #faa; + opacity: 0.3; +} +span.date:hover span.datetz { + opacity: initial; +} |