This commit is contained in:
ryfrd 2025-08-14 15:16:21 +01:00
parent c4dcb6e38b
commit 531029a18f
129 changed files with 7765 additions and 6938 deletions

9
public/css/light.css Normal file
View file

@ -0,0 +1,9 @@
/* import common css */
@import url("main.css");
@import url("syntax.css");
/* define colors */
:root {
--bg: white;
--fg: black;
}