more changes

This commit is contained in:
Jordan Vidrine
2025-02-27 15:23:42 -06:00
parent 4b188950e1
commit 2f2d1b8607
10 changed files with 215 additions and 43 deletions
+4 -8
View File
@@ -1,16 +1,12 @@
:root {
--d-button-border-radius: 6.25rem;
}
.btn {
padding: 0.5em 1rem;
}
.btn-default {
border: 1px solid var(--accent-color);
background: var(--secondary);
.sidebar-new-topic-button__wrapper {
margin: 1.5rem 1rem;
}
#create-topic.btn {
.sidebar-new-topic-button__wrapper .btn {
background-color: var(--accent-color);
color: var(--accent-text-color);
svg {