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

42 lines
456 B
SCSS

body {
background-color: #121212;
color: white;
margin-top: 40px;
}
.current {
color: white;
}
#navbarTop {
position: fixed;
}
#navbarBottom {
position: fixed;
}
#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;
}