Donovan Daniels
b1c702e3cd
poorly tested but it worked well enough, I'm sure I'll be patching bugs over the next few weeks Also remove turbo because it sucks Also changed the way we handle hosts in dev
35 lines
399 B
SCSS
35 lines
399 B
SCSS
@import "apikeys";
|
|
@import "discord";
|
|
@import "state";
|
|
@import "v2";
|
|
|
|
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%;
|
|
}
|
|
}
|
|
}
|