button/chat fixes (#21)

This commit is contained in:
Jordan Vidrine
2025-03-06 13:20:12 -06:00
committed by GitHub
parent 328b8cbab5
commit 7d53fe08ce
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -34,10 +34,12 @@
}
}
.btn-default.sidebar-new-topic-button {
border: none;
}
.btn-default {
border: 1px solid var(--primary-300);
//id like to use rgba of the accent colour but how to derive that?
// box-shadow: 0px 0px 8px 2px oklch(from (var(--accent-color)) calc(l * 2) calc(c * 0.125) h);
background: var(--secondary);
.d-icon {