From 38c0bc5b101459f310cd09afb69b57a6e48de272 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 1 Jan 2021 14:48:36 +0530 Subject: [PATCH] Revert "themes/ezhil: improve link styling for accessibility [deploy]" This reverts commit 8b49d1d1b063a978c90952aa3283c920662203fe. --- themes/ezhil/static/css/main.css | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/themes/ezhil/static/css/main.css b/themes/ezhil/static/css/main.css index c80d002..25a6f1a 100644 --- a/themes/ezhil/static/css/main.css +++ b/themes/ezhil/static/css/main.css @@ -6,18 +6,10 @@ body { font-size: 16px; } -a { - color: #a00; - text-decoration-style: dashed; - text-decoration-color: #a00; - text-decoration-thickness: .125em; - text-underline-offset: 1.5px; - word-break: break-word; -} - -a:hover { +a, a:hover { color: #a00; text-decoration: none; + word-break: break-word; } html,button,input,select,textarea { @@ -87,6 +79,15 @@ blockquote em { font-weight: 600; } +a,a:hover { + color: #a00; + text-decoration: none +} + +a:hover { + text-decoration: underline +} + h1,h2,h3,h4,h5,h6 { font-family: raleway,sans-serif; line-height: 1.2;