[Client] Improve theme 🎨

This commit is contained in:
syuilo 2018-12-31 02:33:03 +09:00
parent 5692ae59a1
commit 4d0b335748
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
7 changed files with 28 additions and 8 deletions

View file

@ -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;
}
}