Files
Old_Website/localdocs/_sass/index.scss
WickedJack99 8e2d58e9e4 0058
2022-09-29 08:43:57 +02:00

49 lines
584 B
SCSS

body {
background-color: #121212;
color: white;
}
.current {
color: white;
}
.mainDiv {
margin-top: 40px;
margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
#image00 {
background-color: black;
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}
#div00 {
align-self: center;
text-align: center;
}
a {
color: lightseagreen;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}