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

37 lines
518 B
SCSS

body.s-maidboye-cafe {
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;
}
}
}
}