[gnomemm-website] style.css: Fix default colors
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomemm-website] style.css: Fix default colors
- Date: Tue, 25 Jan 2022 14:19:38 +0000 (UTC)
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]