feat(style): adjust style of header, tags and dynamic-to-top button

This commit is contained in:
Dillon
2020-03-14 14:42:12 +08:00
parent d8bfd23ace
commit 3d9aad3205
23 changed files with 146 additions and 130 deletions

View File

@@ -14,7 +14,7 @@
&:focus,
&:hover {
color: $global-link-hover-color;
transform: scale(1.1);
transform: scale(1.2);
.dark-theme & {
color: $global-link-hover-color-dark;