35 lines
399 B
SCSS
Raw Normal View History

2024-05-02 22:04:43 -05:00
@import "apikeys";
@import "discord";
@import "state";
@import "v2";
2024-05-02 22:04:43 -05:00
body.s-yiff-rest {
background-color: #2C2F33;
color: #FFFDD0;
a {
color: #FFF;
}
div#left {
position: fixed;
bottom: 5px;
left: 5px;
}
div#left a {
text-decoration: none;
}
div#page {
text-align: center;
}
#logo {
text-align: center;
img {
width: 25%;
}
}
}