New docs site (#2521)

* initial docs

* more docs work

* Update readme + add license

* update frontend GH action
This commit is contained in:
Geometrically
2024-10-18 17:36:20 -07:00
committed by GitHub
parent 356a06e694
commit 486cd68bf7
29 changed files with 8874 additions and 325 deletions

View File

@@ -26,7 +26,8 @@ html {
}
.light-mode,
.light {
.light,
:root[data-theme='light'] {
--color-bg: #e5e7eb;
--color-raised-bg: #ffffff;
--color-super-raised-bg: #e9e9e9;
@@ -71,7 +72,8 @@ html {
}
.dark-mode,
.dark {
.dark,
:root[data-theme='dark'] {
--color-bg: #16181c;
--color-raised-bg: #26292f;
--color-super-raised-bg: #40434a;