Files
Old_Website/localdocs/_sass/index.scss
WickedJack99 50353ee95b 0044
2022-09-26 01:51:50 +02:00

37 lines
393 B
SCSS

body {
background-color: #121212;
color: white;
}
.current {
color: white;
}
.mainDiv {
margin-top: 40px;
}
#image00 {
background-color: black;
margin: auto;
}
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}