This commit is contained in:
2026-08-19 20:53:10 +02:00
parent 3e4f8c80b2
commit 39646aa8c5
2 changed files with 2 additions and 20 deletions

View File

@@ -16165,20 +16165,6 @@ body.scroller-active #gchat-reopen-bubble {
gap: 12px;
}
.infobox-icon-badge {
width: 38px;
height: 38px;
border-radius: 10px;
background: color-mix(in srgb, var(--accent, #9f0) 18%, transparent);
border: 1px solid color-mix(in srgb, var(--accent, #9f0) 40%, transparent);
color: var(--accent, #9f0);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
flex-shrink: 0;
box-shadow: 0 0 12px color-mix(in srgb, var(--accent, #9f0) 25%, transparent);
}
.infobox-header-text h3 {
margin: 0;