From 9462dfe7f36f3ec787cab523e6f89ace75e6aa7c Mon Sep 17 00:00:00 2001 From: Vasily Zubarev Date: Fri, 10 Jan 2020 13:37:09 +0100 Subject: [PATCH] Add text-decoration-color to column links --- static/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 0c56024..883754e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -47,3 +47,8 @@ a:visited { a:hover { color: #9b9b9b; } + +.article a { + text-decoration-color: #9e9e9e; +} +