master #50

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

View File

@ -853,6 +853,10 @@ html[theme="f0ck95"] .embed-responsive-image {
right: 2px; right: 2px;
} }
html[theme="f0ck95"] img.avatar {
border-radius: 0;
}
/* f0ck95dARK */ /* f0ck95dARK */
html[theme='f0ck95d'] { html[theme='f0ck95d'] {
--accent: #fff; --accent: #fff;
@ -894,6 +898,10 @@ html[theme='f0ck95d'] {
--img-border-color: #808080; --img-border-color: #808080;
} }
html[theme="f0ck95d"] img.avatar {
border-radius: 0;
}
html[theme="f0ck95d"] ._204863 { html[theme="f0ck95d"] ._204863 {
content: " "; content: " ";
background: -webkit-linear-gradient(left,#0e111a,#073c71); background: -webkit-linear-gradient(left,#0e111a,#073c71);