Skip to content

Commit

Permalink
Fix top-right responsive colour
Browse files Browse the repository at this point in the history
"THE WORLD'S LARGEST WEB DEVELOPER SITE"
  • Loading branch information
LeoTM committed Dec 6, 2016
1 parent 866084b commit a0ce428
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -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/
*/

Expand All @@ -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,
Expand Down

0 comments on commit a0ce428

Please sign in to comment.