move current style to subdir
This commit is contained in:
parent
9e98398830
commit
76e54d0297
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
@import url(../fonts/muller/muller.css);
|
||||
@import url(/fonts/muller/muller.css);
|
||||
|
||||
html {
|
||||
--thumb-size: 200px;
|
|
@ -42,7 +42,7 @@ body {
|
|||
|
||||
.item.nsfw::after {
|
||||
--size: calc(1/4 * var(--image-size));
|
||||
content: url(18_plus_white.svg);
|
||||
content: url(../18_plus_white.svg);
|
||||
height: var(--size);
|
||||
width: var(--size);
|
||||
|
|
@ -63,7 +63,7 @@ li.nsfw {
|
|||
}
|
||||
|
||||
.nsfw a::after {
|
||||
content: url(18_plus.svg);
|
||||
content: url(../18_plus.svg);
|
||||
display: inline-block;
|
||||
width: 1em; height: 1em;
|
||||
padding-left: 0.15em;
|
|
@ -101,7 +101,7 @@ figcaption p {
|
|||
}
|
||||
|
||||
.alts .nsfw label::after {
|
||||
content: url(18_plus.svg);
|
||||
content: url(../18_plus.svg);
|
||||
display: inline-block;
|
||||
height: 0.8em; width: 0.8em;
|
||||
vertical-align: -0.1em;
|
Loading…
Add table
Add a link
Reference in a new issue