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
Notes: sideshowbarker 2024-07-19 04:06:30 +09:00

View file

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