From 025a2a3c5b5d8ba13f85f33773a2484f4e8d6b87 Mon Sep 17 00:00:00 2001 From: Abu Sakib Date: Mon, 10 Aug 2020 16:49:43 +0600 Subject: [PATCH] Base: Change browser test page link color for better visibility (#3068) --- Base/res/html/misc/welcome.html | 3 +++ 1 file changed, 3 insertions(+) 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; }