1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

clean up unused parameters and start work on 2.0.0 docs

This commit is contained in:
thatmattlove
2022-12-12 18:52:39 -05:00
parent c6144b9b5b
commit fc3ba3a8be
156 changed files with 2930 additions and 13350 deletions

7
docs/global.module.css Normal file
View File

@@ -0,0 +1,7 @@
.logo {
color: #d84b4b;
}
html[class~=dark] .logo {
color: #fff;
}