mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:37:43 +00:00
LibHTML: Make <a> tags blue and underline by default
In the future, this should only apply to "a:link", but since we don't have pseudo-classes yet, all "a" tags will do for now.
This commit is contained in:
parent
8271ad40a5
commit
a768724270
1 changed files with 5 additions and 0 deletions
|
@ -64,3 +64,8 @@ li {
|
||||||
margin-top: 2;
|
margin-top: 2;
|
||||||
margin-bottom: 2;
|
margin-bottom: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #0000ff;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue