init test branch
This commit is contained in:
9
public/assets/css/default.css
Normal file
9
public/assets/css/default.css
Normal file
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
Reference in New Issue
Block a user