mirror of
https://github.com/ArthurDanjou/artdanj-fallback.git
synced 2026-01-22 13:51:31 +01:00
Initial commit
This commit is contained in:
14
src/styles/main.css
Executable file
14
src/styles/main.css
Executable file
@@ -0,0 +1,14 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
|
||||
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
background: #121212;
|
||||
}
|
||||
Reference in New Issue
Block a user