Websites/app/javascript/styles/maid.gay/home.scss

37 lines
513 B
SCSS

body.s-maid-gay {
background-color: #2C2F33;
&.c-home {
&.a-index {
text-align: center;
* { color: #FFFDD0; }
div#right {
position: fixed;
bottom: 5px;
right: 5px;
}
a { color: #FFF; }
div#left a {
text-decoration: none;
}
div#icon img {
width: 30%;
height: 30%;
border-radius: 135px;
padding: 20px;
}
}
&.a-privacy {
* {
color: #56B9ED;
}
}
}
}