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

Commit

Permalink
Revert "Make code spans pink"
Browse files Browse the repository at this point in the history
This reverts commit 609baf3.
  • Loading branch information
seanh committed Jul 18, 2020
1 parent 0c78480 commit 4a6af7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: rgb(230,167,178)
background-color: #ededed;
}
3 changes: 2 additions & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
--bold-color: black;
--muted-color: #6a737d;

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

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

0 comments on commit 4a6af7e

Please # to comment.