mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
LibHTML: Only actually-linked <a> elements should be blue+underlined
Turns out this just needed a little push in the selector engine. :^)
This commit is contained in:
parent
c41bae3d54
commit
64ce453050
2 changed files with 3 additions and 2 deletions
|
@ -89,7 +89,7 @@ li {
|
|||
margin-bottom: 2;
|
||||
}
|
||||
|
||||
a {
|
||||
a:link {
|
||||
color: -libhtml-link;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue