27 lines
349 B
SCSS
27 lines
349 B
SCSS
|
body.s-v2-yiff-rest {
|
||
|
background-color: #2c2f33;
|
||
|
color: #fffdd0;
|
||
|
|
||
|
a {
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.category-list, .category-image-list {
|
||
|
a {
|
||
|
color: #ede660;
|
||
|
}
|
||
|
|
||
|
ul.details {
|
||
|
padding: 0;
|
||
|
|
||
|
li {
|
||
|
list-style: none;
|
||
|
ul {
|
||
|
padding-left: 1rem;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|