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

This reverts commit 8b49d1d1b0.
This commit is contained in:
Harsh Shandilya 2021-01-01 14:48:36 +05:30
parent 8b49d1d1b0
commit 38c0bc5b10
1 changed files with 11 additions and 10 deletions

View File

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