light theme
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martti Malmi 2024-01-12 15:28:16 +02:00
parent e0c4b64865
commit 1cef1e0187

View File

@ -19,10 +19,10 @@
box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px; box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px;
} }
.light .spinner-button:hover { .light .spinner-button:not(.primary):hover {
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
} }
.light .spinner-button > span { .light .spinner-button:not(.primary) > span {
color: black; color: black;
} }