diff options
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 */ |