master #50

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

View File

@ -859,8 +859,13 @@ html[theme="f0ck95"] .embed-responsive-image {
right: 2px; right: 2px;
} }
html[theme="f0ck95"] img.avatar { html[theme="f0ck95"] ._error_message {
border-radius: 0; color: black;
text-shadow: none;
}
html[theme="f0ck95"] ._error_topbar {
background: -webkit-linear-gradient(left,#08216b,#a5cef7);
} }
/* f0ck95dARK */ /* f0ck95dARK */
@ -904,8 +909,13 @@ html[theme='f0ck95d'] {
--img-border-color: #808080; --img-border-color: #808080;
} }
html[theme="f0ck95d"] img.avatar { html[theme="f0ck95d"] .err {
border-radius: 0; background: #4c4c4c;
border: 2px outset gray;
}
html[theme="f0ck95d"] ._error_topbar {
background: #081f3e;
} }
html[theme="f0ck95d"] ._204863 { html[theme="f0ck95d"] ._204863 {