1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Fix code style of SCSS files

This commit is contained in:
Cotes Chung
2021-09-24 15:32:23 +08:00
parent 30dfc6fb7e
commit 9e9278ce30
4 changed files with 7 additions and 14 deletions

View File

@@ -649,9 +649,6 @@ $sidebar-display: "sidebar-display";
#avatar {
> a {
&:hover {
border-color: white;
}
display: block;
width: 6rem;
height: 6rem;
@@ -662,6 +659,10 @@ $sidebar-display: "sidebar-display";
-webkit-transition: border-color 0.35s ease-in-out;
-moz-transition: border-color 0.35s ease-in-out;
transition: border-color 0.35s ease-in-out;
&:hover {
border-color: white;
}
}
img {
@@ -806,11 +807,6 @@ $sidebar-display: "sidebar-display";
vertical-align: middle;
}
i {
line-height: 1.75rem; // default line-height in body
vertical-align: middle;
}
#mode-toggle-wrapper {
@extend %icon;