Files
Old_Website/localdocs/_sass/index.scss
WickedJack99 84993abd6b 0033
2022-09-21 17:37:13 +02:00

33 lines
364 B
SCSS

body {
background-color: #121212;
color: white;
}
.current {
color: white;
}
#image00 {
background-color: black;
align-items: center;
}
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}