chore: community feedback fixes and UI improvements #102

Merged
naomi merged 12 commits from chore/more into main 2026-03-23 16:07:26 -07:00
Showing only changes of commit 9f42361f4e - Show all commits
+7 -6
View File
@@ -123,20 +123,21 @@ body::before {
}
.resource-toggle {
background: none;
border: none;
border-radius: 0.4rem;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(147, 51, 234, 0.4);
border-radius: 0.5rem;
color: inherit;
cursor: pointer;
font-family: inherit;
font-size: inherit;
padding: 0.2rem 0.4rem;
padding: 0.3rem 0.6rem;
position: relative;
transition: background 0.15s;
transition: background 0.2s, border-color 0.2s;
}
.resource-toggle:hover {
background: rgba(255, 255, 255, 0.07);
background: rgba(147, 51, 234, 0.2);
border-color: var(--colour-primary);
}
.resource-alert-dot {