[REPO REFACTOR]: changed to a better git repository structure with branches
This commit is contained in:
14
src/css/App.css
Normal file
14
src/css/App.css
Normal file
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body.light {
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
body.dark {
|
||||
background: linear-gradient(135deg, var(--gradient-primary), var(--gradient-secondary));
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user