You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GooseMod/src/css/ootb.css

34 lines
571 B

/* OOTB */
.gm-modules-preview .guildIcon-cyDh6h {
display: none;
}
.gm-modules-preview .cardHeader-2XrQbx {
margin-bottom: 12px;
}
.gm-modules-preview .card-3_CqkU {
background-color: var(--background-tertiary);
}
.gm-ootb-modal {
width: 600px;
}
.gm-highlight #app-mount::after {
display: block;
content: '';
box-shadow: 0 0 0 99999px rgb(0 0 0 / 50%);
z-index: 9;
}
.gm-highlight .content-3YMskv [id*="gm"] {
filter: brightness(2);
background: var(--background-modifier-selected);
border-radius: 0;
z-index: 10;
transition: all .5s;
}