summaryrefslogtreecommitdiff
path: root/share/style.css
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-04-19 21:43:53 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2025-04-19 21:43:53 +0100
commit96d437baab4a622eb540719feb90ea810fb01756 (patch)
tree8757d41e9e2c673965483b2466ae306c9a7b8368 /share/style.css
parentea523d411689338876abd7b87d85164009e7ec73 (diff)
downloadblog-master.tar.gz
blog-master.tar.bz2
blog-master.zip
Add support for atom / rss feedHEADmaster
Date format was changed to support `updated` in ISO format. Now every post will require date and time, which might be a usability regression, but we'll see. Also, `updated` field was introduced in metadata. If there is no such field, them date field will be used instead.
Diffstat (limited to 'share/style.css')
-rw-r--r--share/style.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/style.css b/share/style.css
index 592e612..a6b2576 100644
--- a/share/style.css
+++ b/share/style.css
@@ -112,10 +112,6 @@ ul.posts li span {
ul.posts time {
}
-ul.posts li a:visited {
- color: #8b6fcb;
-}
-
.toclink {
color: #222;
}