20 lines
212 B
SCSS
Raw Normal View History

2024-05-02 22:04:43 -05:00
body.s-yiff-rocks {
background-color: #2C2F33;
color: #FFFDD0;
a {
color: #FFF;
}
div#page {
text-align: center;
}
#logo {
text-align: center;
img {
width: 25%;
}
}
}