This commit is contained in:
Jordan Vidrine
2025-02-25 16:47:21 -06:00
parent fb7e1b02e6
commit 11b5692504
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -10,10 +10,11 @@
border: 1px solid var(--accent-color);
background: var(--secondary);
}
#create-topic.btn {
#create-topic.btn,
.topic-drafts-menu-trigger {
background-color: var(--accent-color);
color: var(--accent-text-color);
svg {
.d-icon {
color: var(--accent-text-color);
}
}