diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 18:42:06 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 18:42:06 +0200 |
| commit | 44150b4e7069a80d14b28893bb761e2f85885fb7 (patch) | |
| tree | fe291d6823930cb5fe63291c65190c2e2721cbf2 | |
| parent | aa37995c0186e09a01ef8d70977a5a16662ba0c3 (diff) | |
| download | mitjafelicijan.com-44150b4e7069a80d14b28893bb761e2f85885fb7.tar.gz | |
Fixed article links to now be underlined
| -rw-r--r-- | themes/simple/layouts/partials/head.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index b527ef7..fc79650 100644 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html | |||
| @@ -133,6 +133,10 @@ | |||
| 133 | padding: 5px 10px; | 133 | padding: 5px 10px; |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | article.single a { | ||
| 137 | text-decoration: underline; | ||
| 138 | } | ||
| 139 | |||
| 136 | article.single blockquote { | 140 | article.single blockquote { |
| 137 | margin-left: 40px; | 141 | margin-left: 40px; |
| 138 | position: relative; | 142 | position: relative; |
