From 6da5db7a3743c121b321579757942aa530eea14d Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 1 May 2024 10:41:49 +0200 Subject: [PATCH] Make the "Copy" button more usable for mobile devices on light mode --- themes/svrjswebsite/source/css/index-page.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/svrjswebsite/source/css/index-page.css b/themes/svrjswebsite/source/css/index-page.css index 7714d9a..74cb03b 100644 --- a/themes/svrjswebsite/source/css/index-page.css +++ b/themes/svrjswebsite/source/css/index-page.css @@ -552,11 +552,13 @@ tr.comparison-table-mobile-feature td { font-size: 1em; } - .hero a { + .hero .otherdls a, + .hero .hero-description a { color: #ffffff; } - .hero a:hover { + .hero .otherdls a:hover, + .hero .hero-description a { color: #00ff00; }