26 lines
326 B
CSS
26 lines
326 B
CSS
|
|
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;
|
|
}
|