fix: incorrect raised colors for some buttons
This commit is contained in:
+2
-2
@@ -96,8 +96,8 @@ html {
|
|||||||
.toast,
|
.toast,
|
||||||
.fab,
|
.fab,
|
||||||
.raised {
|
.raised {
|
||||||
color: var(--main-text);
|
color: var(--main-text) !important;
|
||||||
background-color: var(--second-background);
|
background-color: var(--second-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paper-icon-button-light:hover:not(:disabled),
|
.paper-icon-button-light:hover:not(:disabled),
|
||||||
|
|||||||
Reference in New Issue
Block a user