Base: Change browser test page link color for better visibility (#3068)
This commit is contained in:
parent
083671ef2c
commit
025a2a3c5b
Notes:
sideshowbarker
2024-07-19 04:06:30 +09:00
Author: https://github.com/selectiveduplicate 🔰 Commit: https://github.com/SerenityOS/serenity/commit/025a2a3c5b5 Pull-request: https://github.com/SerenityOS/serenity/pull/3068
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ body {
|
|||
h1 {
|
||||
color: #a00;
|
||||
}
|
||||
a {
|
||||
color: #ae7250;
|
||||
}
|
||||
span#ua {
|
||||
color: red;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue