chore(lib): update simple-icons and twemoji

This commit is contained in:
Dillon
2020-05-13 22:39:59 +08:00
parent 486d859cc8
commit 84b098909b
49 changed files with 57 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
color: $global-font-secondary-color;
background: $header-background-color;
@include border-radius(2rem);
@include transition(color 0.4s ease);
@include blur;

View File

@@ -2,6 +2,7 @@ header {
width: 100%;
z-index: 150;
background-color: $header-background-color;
@include transition(box-shadow 0.3s ease);
[theme=dark] & {
background-color: $header-background-color-dark;
@@ -20,6 +21,10 @@ header {
.header-title-post {
padding-left: .25rem;
}
&:hover {
@include box-shadow(0 0 1.5rem 0 rgba(0, 0, 0, .1));
}
}
.header-wrapper {