Skip to content

Commit

Permalink
Revert "Remove duplicates in scss"
Browse files Browse the repository at this point in the history
This reverts commit aff7c3d. It was out
of scope for this PR. Will be dealt with in #971 .
  • Loading branch information
TrialDragon committed Feb 16, 2024
1 parent c206d76 commit 374ea40
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sass/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ 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 @@ -56,4 +57,17 @@ 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 374ea40

Please sign in to comment.