.
This commit is contained in:
parent
c4dcb6e38b
commit
531029a18f
129 changed files with 7765 additions and 6938 deletions
9
public/css/light.css
Normal file
9
public/css/light.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* import common css */
|
||||
@import url("main.css");
|
||||
@import url("syntax.css");
|
||||
|
||||
/* define colors */
|
||||
:root {
|
||||
--bg: white;
|
||||
--fg: black;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue