aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-22 10:53:37 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-06-22 10:53:37 +0200
commitd0b46b5a1b9921457d64f14446acfb538c4e5445 (patch)
tree7a93be6ca8c99bd66cd92294c05cf7620d8b9c98
parent287eb84135a20a75676caa4b448794afb7407ba3 (diff)
downloadwww-d0b46b5a1b9921457d64f14446acfb538c4e5445.tar.gz
www-d0b46b5a1b9921457d64f14446acfb538c4e5445.zip
fix #5753
-rw-r--r--static/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index 1b8b4606..5adc8933 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -298,8 +298,8 @@ footer {
298 298
299.adorn_h3_bracket h3::before { 299.adorn_h3_bracket h3::before {
300 content: "⊛"; 300 content: "⊛";
301 color: #d00; 301 color: #333;
302 margin-right: 1em; 302 margin-right: 0.5em;
303} 303}
304 304
305.footer-list { 305.footer-list {