diff --git a/themes/ezhil/static/css/main.css b/themes/ezhil/static/css/main.css index 25a6f1a..c80d002 100644 --- a/themes/ezhil/static/css/main.css +++ b/themes/ezhil/static/css/main.css @@ -6,10 +6,18 @@ body { font-size: 16px; } -a, a:hover { +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 { color: #a00; text-decoration: none; - word-break: break-word; } html,button,input,select,textarea { @@ -79,15 +87,6 @@ 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;