[gnomemm-website] style.css: Fix default colors



commit cd7466054d071c4b3df04d733df49fdc419399c8
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Jan 25 15:17:27 2022 +0100

    style.css: Fix default colors
    
    Specify colors for <html> elements instead of non-existing element
    with id="everything". Fixes gtkmm#66

 docs/html/style/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/html/style/style.css b/docs/html/style/style.css
index 77ad676..6be9767 100644
--- a/docs/html/style/style.css
+++ b/docs/html/style/style.css
@@ -6,7 +6,7 @@ body    {
 }
 
 /* a wrapper around everything */
-#everything {
+html {
     background-color: white;
     color: black;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]