1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

Base: Change browser test page link color for better visibility (#3068)

This commit is contained in:
Abu Sakib 2020-08-10 16:49:43 +06:00 committed by GitHub
parent 083671ef2c
commit 025a2a3c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ body {
h1 {
color: #a00;
}
a {
color: #ae7250;
}
span#ua {
color: red;
}