[Client] Improve theme 🎨
This commit is contained in:
parent
5692ae59a1
commit
4d0b335748
7 changed files with 28 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ html, body
|
|||
|
||||
a
|
||||
text-decoration none
|
||||
color var(--primary)
|
||||
color var(--link)
|
||||
cursor pointer
|
||||
|
||||
&:hover
|
||||
|
|
@ -33,7 +33,7 @@ a
|
|||
|
||||
@css {
|
||||
a {
|
||||
tap-highlight-color: var(--primaryAlpha07) !important;
|
||||
-webkit-tap-highlight-color: var(--primaryAlpha07) !important;
|
||||
tap-highlight-color: var(--linkTapHighlight) !important;
|
||||
-webkit-tap-highlight-color: var(--linkTapHighlight) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue