move current style to subdir

This commit is contained in:
Rhiannon Morris 2020-07-19 22:36:15 +02:00
parent 9e98398830
commit 76e54d0297
10 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
@import url(../fonts/muller/muller.css);
@import url(/fonts/muller/muller.css);
html {
--thumb-size: 200px;

View file

@ -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);

View file

@ -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;

View file

@ -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;