Improve and simplify style

This commit is contained in:
Andras Schmelczer 2022-09-26 19:50:22 +02:00
parent 61223c6e42
commit 3bd45f6917
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
13 changed files with 76 additions and 101 deletions

View file

@ -22,7 +22,6 @@ $breakpoint-width: 800px !default;
display: block;
box-sizing: content-box;
cursor: pointer;
text-decoration: none;
&:hover svg {
transform: translateX(-50%) translateY(-50%) scale(1.15);
@ -37,7 +36,6 @@ $breakpoint-width: 800px !default;
}
@mixin title-fragment-link() {
text-decoration: none;
position: relative;
&:before {
@ -125,7 +123,6 @@ $breakpoint-width: 800px !default;
$line-width: 2px;
@include special-text-font();
text-decoration: none;
cursor: pointer;
position: relative;
display: inline-block;