light theme
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Martti Malmi 2024-01-12 15:28:16 +02:00
parent e0c4b64865
commit 1cef1e0187
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
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;
}
.light .spinner-button > span {
.light .spinner-button:not(.primary) > span {
color: black;
}