Files
Old_Website/localdocs/_sass/blog.scss
WickedJack99 8c73945cd0 0028
2022-09-21 16:46:36 +02:00

22 lines
325 B
SCSS

body {
background-color: dimgray;
color: snow;
}
div.console {
background-color: darkslategrey;
color: snow;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 15px;
}
div.outerDiv {
padding-left: 50px;
padding-right: 50px;
}
a {
color: lightseagreen;
}