Files
Old_Website/localdocs/_sass/main.scss
WickedJack99 681968568e 0043
2022-09-26 01:37:47 +02:00

37 lines
395 B
SCSS

body {
background-color: #121212;
color: white;
margin-top: 40px;
}
.current {
color: white;
}
#navbarTop {
position: fixed;
}
#navbarBottom {
position: fixed;
}
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}