Make underlines not dotted
WebKit doesn't support them and they were not transitioning well into wavy soo...
This commit is contained in:
@ -125,10 +125,10 @@ a {
|
||||
color: var(--primary-color);
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
text-decoration: underline dotted;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline wavy;
|
||||
-webkit-text-decoration: underline wavy;
|
||||
}
|
||||
}
|
||||
|
||||
@ -178,7 +178,8 @@ blockquote {
|
||||
|
||||
abbr {
|
||||
cursor: help;
|
||||
text-decoration: underline dotted;
|
||||
text-decoration: underline;
|
||||
-webkit-text-decoration: underline;
|
||||
}
|
||||
|
||||
aside {
|
||||
|
Reference in New Issue
Block a user