Skip to content

Commit

Permalink
trying to change bold colour
Browse files Browse the repository at this point in the history
  • Loading branch information
pietraferreira committed Oct 4, 2023
1 parent f30e476 commit b4b853f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ a {
}

p > strong {
color: var(--dark);
color: #2ac3de;
}
}

Expand Down Expand Up @@ -408,10 +408,6 @@ code {
background: var(--lightgray);
}

p {
color: #2ac3de;
}

tbody,
li,
p {
Expand Down

0 comments on commit b4b853f

Please sign in to comment.