Skip to content

Commit

Permalink
Remove duplicates in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
TrialDragon committed Feb 16, 2024
1 parent 431ca81 commit cf1a43d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sass/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ body:not(.show_drafts) .public_draft:not(.active_draft) {
.anchor-link:focus,
.anchor-link:hover,
.anchor-link:active,
.anchor-link:hover,
.anchor-link:link,
.anchor-link:visited {
margin-left: 0.3rem;
Expand All @@ -57,17 +56,4 @@ body:not(.show_drafts) .public_draft:not(.active_draft) {

.draft-header {
margin-bottom: 0.5rem;
}

.anchor-link,
.anchor-link:focus,
.anchor-link:hover,
.anchor-link:active,
.anchor-link:hover,
.anchor-link:link,
.anchor-link:visited {
margin-left: 0.3rem;
color: #505050;
text-shadow: none;
font-weight: 500;
}

0 comments on commit cf1a43d

Please sign in to comment.