add very basic styling (#1)

This commit is contained in:
chapoi
2025-02-26 05:03:16 +08:00
committed by GitHub
parent bb70c950cd
commit 2d4011806c
8 changed files with 107 additions and 49 deletions
+12
View File
@@ -1,3 +1,15 @@
:root {
--d-button-border-radius: 6.25rem;
}
.btn {
padding: 0.5em 1rem;
}
.btn-default {
border: 1px solid var(--accent-color);
background: var(--secondary);
}
#create-topic.btn {
background-color: var(--accent-color);
color: var(--accent-text-color);