avatar borders f0ck95

This commit is contained in:
Kibi Kelburton 2022-05-21 01:01:17 +02:00
parent 757c5aa4b4
commit 3e7ebba6fd

View File

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