From c01070df1b197c1ccd7f13b3354066c3fac52df8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 4 Dec 2020 16:29:42 +0100 Subject: [PATCH] Base: Add a hover color link to the links on the welcome page --- 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 5e3987c380..59eb27c24e 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -19,6 +19,9 @@ h1 { a { color: #ae7250; } +a:hover { + color: #f4cca0; +} span#ua { color: red; }