mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:17:34 +00:00
Base: Add a hover color link to the links on the welcome page
This commit is contained in:
parent
169a9150cb
commit
c01070df1b
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ h1 {
|
||||||
a {
|
a {
|
||||||
color: #ae7250;
|
color: #ae7250;
|
||||||
}
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #f4cca0;
|
||||||
|
}
|
||||||
span#ua {
|
span#ua {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue