Websites/app/javascript/styles/yiff.rest/home.scss

35 lines
399 B
SCSS
Raw Normal View History

2024-05-03 03:04:43 +00:00
@import "apikeys";
@import "discord";
@import "state";
@import "v2";
2024-05-03 03:04:43 +00: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%;
}
}
}