Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Make code spans pink
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Feb 17, 2020
1 parent 18c70dc commit 609baf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/_dropup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
}

.dropup__content a:hover {
background-color: #ededed;
background-color: rgb(230,167,178)
}
3 changes: 1 addition & 2 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
--bold-color: black;
--muted-color: #6a737d;

/* Match the background-color of the GitHub syntax highlighting theme. */
--code-background-color: #f8f8f8;
--code-background-color: Pink;
--code-color: inherit;

--pre-code-background-color: #f8f8f8;
Expand Down

0 comments on commit 609baf3

Please sign in to comment.