aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-19 15:53:06 +0100
committerYann Herklotz <git@yannherklotz.com>2022-02-19 15:53:06 +0100
commita255da46764a837893873697740faeb85456c623 (patch)
treef849fa2779b426f39dd695fa0bee050727a4f79a /themes
parent837fccc8e7e2e37dd1b80b925434ea7e8af9550b (diff)
downloadyannherklotz.com-a255da46764a837893873697740faeb85456c623.tar.gz
yannherklotz.com-a255da46764a837893873697740faeb85456c623.zip
Remove text decorations from links
Diffstat (limited to 'themes')
-rw-r--r--themes/ymherklotz/static/css/default.css14
1 files changed, 3 insertions, 11 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 4c74bc5..09d8232 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -47,19 +47,11 @@ dt, .news-date {
font-weight: bold;
}
-dt {
- font-size: 1.2rem;
-}
+dt { font-size: 1.2rem; }
-a {
- font-family: 'Iosevka Web', sans-serif;
- font-size: 1rem;
- text-decoration: none;
-}
+a { text-decoration: none; }
-.generated-by a {
- font-size: 0.8rem;
-}
+.generated-by a { font-size: 0.8rem; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Iosevka Web', sans-serif;