🎨 Prettier

This commit is contained in:
pmarsceill
2020-04-24 15:44:37 +00:00
parent 9cf4451ea1
commit c818624363
11 changed files with 347 additions and 139 deletions

View File

@@ -76,9 +76,11 @@ a:not([class]) {
background-size: 1px 1px;
&:hover {
background-image: linear-gradient(rgba($link-color, 0.45) 0%, rgba($link-color, 0.45) 100%);
background-image: linear-gradient(
rgba($link-color, 0.45) 0%,
rgba($link-color, 0.45) 100%
);
background-size: 1px 1px;
}
}