mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
chore(client): remove redundant link underline styles (#59783)
This commit is contained in:
@@ -221,14 +221,6 @@ p {
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
/* This is required in order to improve text readability in Arabic */
|
||||
text-underline-position: under;
|
||||
}
|
||||
|
||||
@supports not (text-underline-position: under) {
|
||||
a {
|
||||
text-underline-offset: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover,
|
||||
|
||||
Reference in New Issue
Block a user