Use global accent color
This commit is contained in:
parent
dc673b8329
commit
fbbce37360
13 changed files with 15 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue