diff --git a/src/scss/_elements.scss b/src/scss/_elements.scss index 3f72c36..43a23ce 100644 --- a/src/scss/_elements.scss +++ b/src/scss/_elements.scss @@ -115,6 +115,8 @@ span .tag { line-height: 30px; cursor: pointer; user-select: none; + text-decoration: none; + font-weight: bold; &.small { font-size: 80%; @@ -157,6 +159,7 @@ span .tag { font-size: 200%; cursor: pointer; user-select: none; + text-decoration: none; } } } diff --git a/src/scss/_structure.scss b/src/scss/_structure.scss index 3f1f8ef..b42b8ed 100644 --- a/src/scss/_structure.scss +++ b/src/scss/_structure.scss @@ -344,6 +344,7 @@ $nav-font-height: 16px; font-size: 25px; line-height: 10px; cursor: pointer; + text-decoration: none; &:before { content: ''; diff --git a/src/scss/themes/_default.scss b/src/scss/themes/_default.scss index d2aa970..6ee4c95 100644 --- a/src/scss/themes/_default.scss +++ b/src/scss/themes/_default.scss @@ -75,8 +75,6 @@ border: 1px solid darken($button-color, 2); background-color: $button-color; color: #000000; - text-decoration: none; - font-weight: bold; &.red { background-color: $red;