master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
Showing only changes of commit 501f68c481 - Show all commits

View File

@ -733,7 +733,7 @@ html[theme='f0ck95d'] {
--posts-meta-bg: #000000b8;
--badge-sfw: #68a728;
--badge-nsfw: #a72828;
--badge-tag: #959393;
--badge-tag: #2f2f2f;
--scrollbar-color: #2b2b2b;
--scroller-bg: #424242;
}
@ -874,7 +874,7 @@ html[theme="f0ck95d"] .badge-dark, #themeselector {
}
::-webkit-scrollbar {
width: 5px;
width: 2px;
}
::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-color);