diff options
| author | Hamir Mahal <hamirmahal@gmail.com> | 2024-02-26 00:00:33 -0800 |
|---|---|---|
| committer | Hamir Mahal <hamirmahal@gmail.com> | 2024-02-26 00:00:33 -0800 |
| commit | 3ef693c55522ca16c8c4444ff71572fa12824b39 (patch) | |
| tree | 056316389ea872fa3267ec1e9af7e4c44cfaffec | |
| parent | 30ee7af2cae70796f37d5cab68276657c6e97bb6 (diff) | |
| download | rust-3ef693c55522ca16c8c4444ff71572fa12824b39.tar.gz rust-3ef693c55522ca16c8c4444ff71572fa12824b39.zip | |
refactor: remove CSS variables that are now unused
| -rw-r--r-- | util/gh-pages/index.html | 10 |
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); |
