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

28 lines
296 B
SCSS

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