add margin to theme toggle buttons in sidebar
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m5s

This commit is contained in:
Corban-Lee Jones 2024-10-24 18:24:21 +01:00
parent 147d102adf
commit 198d70d072

View File

@ -312,6 +312,8 @@
&:hover, &:focus { background-color: var(--bs-body-bg); }
&:not(:first-child) { margin-right: 0.25rem; }
&.active {
color: var(--bs-white);