Websites/app/javascript/styles/yiff.media/home.scss
2024-05-02 22:04:43 -05:00

33 lines
381 B
SCSS

body.s-yiff-media {
background-color: #2c2f33;
color: #FFFDD0;
a {
color: #FFF;
}
.hide {
color: #2c2f33;
}
h1, h2 {
color: #0ff;
}
div#buttons button.stop {
position: fixed;
left: 5px;
bottom: 5px;
}
div#buttons button.start {
position: fixed;
right: 5px;
bottom: 5px;
}
button.hidden {
display: none;
}
}