built ios app working

This commit is contained in:
metacryst
2026-02-14 21:43:55 -06:00
parent f02f181058
commit cee8ebecc5
8 changed files with 38 additions and 18 deletions

View File

@@ -20,8 +20,10 @@
@media (prefers-color-scheme: dark) {
:root {
--main: rgb(42, 20, 13);
--main: rgb(69, 20, 13);
--accent: rgb(106, 44, 28);
--accentdark: rgb(37, 2, 5);
--text: rgb(255, 225, 181);
--column-src: /_/icons/column2.svg;
--nodes-src: /_/icons/nodes.svg;
@@ -41,6 +43,7 @@ body {
}
body {
background-color: var(--main);
padding-top: env(safe-area-inset-top);
padding-bottom: env(safe-area-inset-bottom);
padding-left: env(safe-area-inset-left);