Files
Old_Website/localdocs/_sass/main.scss
WickedJack99 3097bbe5b2 0053
2022-09-28 17:43:21 +02:00

35 lines
406 B
SCSS

body {
background-color: #121212;
color: white;
}
.current {
color: white;
}
.mainDiv {
margin-top: 40px;
margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}