Use global accent color

This commit is contained in:
Sodbileg Gansukh 2021-03-29 15:17:09 +08:00
parent dc673b8329
commit fbbce37360
13 changed files with 15 additions and 15 deletions

View file

@ -52,8 +52,8 @@
.gh-button:hover {
text-decoration: none;
color: color-mod(var(--color-primary) l(-15%)) !important;
box-shadow: inset 0 0 0 2px color-mod(var(--color-primary) l(-10%));
color: var(--color-primary) !important;
box-shadow: inset 0 0 0 2px var(--color-primary);
transition: 0.2s ease;
}
@ -64,5 +64,5 @@
}
.gh-button.gh-button-primary:hover {
background-color: color-mod(var(--color-primary) l(-10%));
background-color: var(--color-primary);
}