aktueller Stand lol

This commit is contained in:
Flummi
2021-05-15 13:58:24 +02:00
parent 4f35261e66
commit 964391f384
12 changed files with 529 additions and 28 deletions

View File

@ -65,6 +65,9 @@ html[theme='p1nk'] {
--pagination-background-hover: #333;
--pagination-border-color: rgba(0,0,0,.8) rgba(0,0,0,.65) rgba(0,0,0,.5);
--badge-bg: #171717;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #6c6c6c;
--metadata-bg: #0d0d0d;
--posts-meta-bg: #000000b8;
--scrollbar-color: #2b2b2b;
@ -779,11 +782,11 @@ span.placeholder {
}
#prev::before {
content: "»";
content: "\00BB";
}
#next::before {
content: "«";
content: "\00AB";
}
#next {