Upgrade to new color-mod function
This commit is contained in:
parent
9a8385cd75
commit
af902d4bdb
12 changed files with 60 additions and 85 deletions
|
@ -52,8 +52,8 @@
|
|||
|
||||
.gh-button:hover {
|
||||
text-decoration: none;
|
||||
color: color(var(--color-primary) l(-15%)) !important;
|
||||
box-shadow: inset 0 0 0 2px color(var(--color-primary) l(-10%));
|
||||
color: color-mod(var(--color-primary) l(-15%)) !important;
|
||||
box-shadow: inset 0 0 0 2px color-mod(var(--color-primary) l(-10%));
|
||||
transition: 0.2s ease;
|
||||
}
|
||||
|
||||
|
@ -64,5 +64,5 @@
|
|||
}
|
||||
|
||||
.gh-button.gh-button-primary:hover {
|
||||
background-color: color(var(--color-primary) l(-10%));
|
||||
background-color: color-mod(var(--color-primary) l(-10%));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue