From cbbff75c4338271642672fd8323e760bc2aaa5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Sat, 10 Jul 2021 05:03:38 +0200 Subject: [PATCH] Revert "Minor css fixes" This reverts commit e521bd38404c580a105c1458427170403a5ca33d. --- themes/gokarna/static/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 888dfa7..28bf5b9 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -19,7 +19,6 @@ body { a { color: black; - text-decoration: none; } a:hover { @@ -49,10 +48,16 @@ img { top: 0; width: 100%; } + +.header a { + /* color: inherit; */ + text-decoration: none; +} .header .header-nav { height: 50px; margin-top: 0; } + .header-nav .avatar { border-radius: 18px; float: left;