[Client] Improve theme 🎨

This commit is contained in:
syuilo
2018-12-31 02:33:03 +09:00
parent 5692ae59a1
commit 4d0b335748
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;
}
}