UX: update styling of overlapping alert new/updated topics (#56)

This commit is contained in:
chapoi
2025-03-19 00:01:49 +08:00
committed by GitHub
parent 71f246c8a3
commit f64d0cc6dc
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -91,6 +91,11 @@ input[type="color"]:focus,
background-color: var(--primary-50);
}
.alert.alert-info {
background: var(--tertiary-very-low);
}
.discourse-reactions-list .reactions {
gap: 0.15em;
}