about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHamir Mahal <hamirmahal@gmail.com>2024-02-26 00:00:33 -0800
committerHamir Mahal <hamirmahal@gmail.com>2024-02-26 00:00:33 -0800
commit3ef693c55522ca16c8c4444ff71572fa12824b39 (patch)
tree056316389ea872fa3267ec1e9af7e4c44cfaffec
parent30ee7af2cae70796f37d5cab68276657c6e97bb6 (diff)
downloadrust-3ef693c55522ca16c8c4444ff71572fa12824b39.tar.gz
rust-3ef693c55522ca16c8c4444ff71572fa12824b39.zip
refactor: remove CSS variables that are now unused
-rw-r--r--util/gh-pages/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/gh-pages/index.html b/util/gh-pages/index.html
index fe13318b05b..c88c298d5d7 100644
--- a/util/gh-pages/index.html
+++ b/util/gh-pages/index.html
@@ -594,16 +594,6 @@ Otherwise, have a great day =^.^=
             ></path>
         </svg>
         <style>
-            :root {
-                --theme-background-color: black;
-                --theme-foreground-color: white;
-            }
-            @media (prefers-color-scheme: dark) {
-                :root {
-                    --theme-background-color: white;
-                    --theme-foreground-color: black;
-                }
-            }
             .github-corner svg {
                 fill: var(--fg);
                 color: var(--bg);