Files
Old_Website/localdocs/_sass/index.scss
WickedJack99 722b49978a 0032
2022-09-21 17:25:55 +02:00

32 lines
352 B
SCSS

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