From a0ce42865b9d311f44fab5725b6b69318a3a761e Mon Sep 17 00:00:00 2001 From: LeoTM Date: Tue, 6 Dec 2016 12:19:53 +0000 Subject: [PATCH] Fix top-right responsive colour "THE WORLD'S LARGEST WEB DEVELOPER SITE" --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2d25b8a..5589048 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ @-moz-document url-prefix("http://www.w3schools.com/") { /** - * W3Schools Sublime Theme v1.2.0 by LeoTM + * W3Schools Sublime Theme v1.2.1 by LeoTM * License: https://creativecommons.org/licenses/by-sa/4.0/ */ @@ -12,6 +12,11 @@ body > div.w3-container.top > a > span { color: #A6E22E; } + @media (min-width: 993px) { + .w3-white, .w3-hover-white:hover { + color: #F8F8F2 !important; + } + } /* Site bg + inner tables */ body > div.w3-container.top,