themes/ezhil: improve link styling for accessibility [deploy]

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-01 14:45:46 +05:30
parent 4e45164e8c
commit 8b49d1d1b0
1 changed files with 10 additions and 11 deletions

View File

@ -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;