diff options
author | mms <michal@sapka.me> | 2024-02-06 23:59:36 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-06 23:59:36 +0100 |
commit | 4de100b26ea13df172ec93dae7815df46b774698 (patch) | |
tree | d21b31d0bd43302f32eb701d8a57f8121bb31c03 /static | |
parent | 1bd46bd09bf6f89d60195554b914b30a570da476 (diff) |
feat: now update
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index aee976c..d6acbc2 100644 --- a/static/style.css +++ b/static/style.css @@ -333,6 +333,9 @@ article > .publish-date { text-align: right; } +article > .publish-date a { + text-decoration: none; +} /*single_end */ |