From a48eb673155c322447579289e704f8ffc09ee7dd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 30 Mar 2020 05:53:26 +0200 Subject: Fix on link styles --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 3767512..a88a2d2 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ a { font-style: italic; text-decoration: underline; text-decoration-style: dotted; - text-decoration-color: #ccc; + text-decoration-color: #bbb; } main { @@ -42,6 +42,10 @@ p { line-height: 1.5; } +p a { + text-decoration-color: #333; +} + blockquote { position: relative; margin-block-start: 30px; -- cgit v1.2.3