Small notes, Aiim

This commit is contained in:
Norm Rasmussen
2023-05-23 17:02:58 -04:00
parent 94145349e7
commit 6a1e560688
17 changed files with 20481 additions and 1 deletions

View File

@ -0,0 +1,11 @@
.theme-picker-modal {
box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 25%);
}
.theme-picker-color-scheme-icon > svg {
fill: var(--text-muted);
}
.theme-picker-color-scheme-icon:hover > svg {
fill: var(--text-normal);
}