gjorfjgof
This commit is contained in:
@ -86,27 +86,27 @@ html[theme="iced"] ._204863 {
|
||||
|
||||
|
||||
html[theme="term"] .image-brand {
|
||||
filter: hue-rotate(-50deg);
|
||||
}
|
||||
filter: hue-rotate(-50deg);
|
||||
}
|
||||
|
||||
html[theme="f0ck"] .image-brand {
|
||||
filter: hue-rotate(-50deg);
|
||||
}
|
||||
filter: hue-rotate(-50deg);
|
||||
}
|
||||
|
||||
html[theme="p1nk"] .image-brand {
|
||||
filter: hue-rotate(150deg);
|
||||
}
|
||||
html[theme="p1nk"] .image-brand {
|
||||
filter: hue-rotate(150deg);
|
||||
}
|
||||
|
||||
html[theme="orange"] .image-brand {
|
||||
filter: hue-rotate(-160deg);
|
||||
}
|
||||
html[theme="orange"] .image-brand {
|
||||
filter: hue-rotate(-160deg);
|
||||
}
|
||||
|
||||
.v0ck_overlay {
|
||||
background-color: none !important;
|
||||
}
|
||||
.v0ck_overlay {
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
.tags {
|
||||
display: grid;
|
||||
.tags {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
@ -118,26 +118,34 @@ html[theme="f0ck"] .image-brand {
|
||||
}
|
||||
|
||||
.tag {
|
||||
box-shadow: 1px 1px 1px black;
|
||||
display: grid;
|
||||
grid-template-rows: auto;
|
||||
grid-template-columns: 1fr auto;
|
||||
margin: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
box-shadow: 1px 1px 1px black;
|
||||
display: grid;
|
||||
grid-template-rows: auto;
|
||||
grid-template-columns: 1fr auto;
|
||||
margin: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.navigation-rechts {
|
||||
display: flex;
|
||||
}
|
||||
.navigation-rechts {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.about {
|
||||
background: none!important;
|
||||
}
|
||||
.about {
|
||||
background: none!important;
|
||||
}
|
||||
|
||||
.login-image {
|
||||
width: 300px;
|
||||
}
|
||||
.login-image {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.tos {
|
||||
margin: 2em;
|
||||
}
|
||||
.tos {
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
.nav-link[data-toggle="dropdown"]::after {
|
||||
content: "" !important;
|
||||
}
|
||||
|
||||
.dropdown-menu.shii {
|
||||
width: auto;
|
||||
}
|
Reference in New Issue
Block a user