Base: Add a hover color link to the links on the welcome page
This commit is contained in:
parent
169a9150cb
commit
c01070df1b
Notes:
sideshowbarker
2024-07-19 01:03:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c01070df1b1
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ h1 {
|
|||
a {
|
||||
color: #ae7250;
|
||||
}
|
||||
a:hover {
|
||||
color: #f4cca0;
|
||||
}
|
||||
span#ua {
|
||||
color: red;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue