fix: button hover color
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
--surface0: #ccd0da;
|
--surface0: #ccd0da;
|
||||||
--surface1: #bcc0cc;
|
--surface1: #bcc0cc;
|
||||||
--base: #eff1f5;
|
--base: #eff1f5;
|
||||||
--background-color: #f0f0f0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
@@ -124,14 +123,14 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: #f0f0f0;
|
background-color: var(--surface1);
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
background-image: repeating-linear-gradient(
|
background-image: repeating-linear-gradient(
|
||||||
45deg,
|
45deg,
|
||||||
#c9c9c9 0,
|
var(--surface1) 0,
|
||||||
#c9c9c9 1px,
|
var(--surface1) 1px,
|
||||||
#f0f0f0 0,
|
var(--base) 0,
|
||||||
#f0f0f0 50%
|
var(--base) 50%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user