summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2021-09-21 22:43:13 +0200
committerVincent Douillet <vincent@vdouillet.fr>2021-09-21 22:43:13 +0200
commitf672eec006097841f288370de0e4d1a06eaae318 (patch)
tree396e2316951872b68714d2c219fae2267847388b
parent7a8f3f445b924f54ecfc3a6fca8adaf348d54607 (diff)
Remove unnecessary link colors from css
-rw-r--r--static/css/style.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 698a182..9a029e0 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -5,14 +5,6 @@ body {
font-family: Arial, sans-serif;
}
-a {
- color: #1f15aa;
-}
-
-a:visited {
- color: #752d77;
-}
-
h1 a:link,
h1 a:visited,
h1 a:hover,
@@ -26,6 +18,10 @@ h3 a:hover {
text-decoration: none;
}
+h2.entry-title {
+ margin-bottom: 0;
+}
+
footer.post-info,
footer.copyright,
#content .translations {