aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 18:42:06 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 18:42:06 +0200
commit44150b4e7069a80d14b28893bb761e2f85885fb7 (patch)
treefe291d6823930cb5fe63291c65190c2e2721cbf2 /themes/simple/layouts/partials
parentaa37995c0186e09a01ef8d70977a5a16662ba0c3 (diff)
downloadmitjafelicijan.com-44150b4e7069a80d14b28893bb761e2f85885fb7.tar.gz
Fixed article links to now be underlined
Diffstat (limited to 'themes/simple/layouts/partials')
-rw-r--r--themes/simple/layouts/partials/head.html4
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;