feat: initial commit
This commit is contained in:
25
src/app.css
Normal file
25
src/app.css
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
html, body, #app {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #9ca0b0!important;
|
||||
}
|
||||
h2 {
|
||||
color: #4c4f69 !important;
|
||||
}
|
||||
|
||||
section {
|
||||
color: #4c4f69 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
:root{
|
||||
--my-bezier: cubic-bezier(0.28, 1.17, 0.64, 1);
|
||||
--r-heading-text-transform: none !important;
|
||||
--r-link-color: #1e66f5 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user