summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorAbu Sakib <mabusakib@gmail.com>2020-08-10 16:49:43 +0600
committerGitHub <noreply@github.com>2020-08-10 12:49:43 +0200
commit025a2a3c5b5d8ba13f85f33773a2484f4e8d6b87 (patch)
treeb3e58fa44af565689250813cb36f1593d8bd87f7 /Base/res
parent083671ef2ccc1fa9e9e2d0f6c8db106ddcf53203 (diff)
downloadserenity-025a2a3c5b5d8ba13f85f33773a2484f4e8d6b87.zip
Base: Change browser test page link color for better visibility (#3068)
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/html/misc/welcome.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index 6bd40f935c..ee69c0b3b1 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -16,6 +16,9 @@ body {
h1 {
color: #a00;
}
+a {
+ color: #ae7250;
+}
span#ua {
color: red;
}