diff --git a/_sass/_dropup.scss b/_sass/_dropup.scss index 59cc9bc..c85697a 100644 --- a/_sass/_dropup.scss +++ b/_sass/_dropup.scss @@ -40,5 +40,5 @@ } .dropup__content a:hover { - background-color: #ededed; + background-color: rgb(230,167,178) } diff --git a/_sass/_variables.scss b/_sass/_variables.scss index a3c7659..9dff927 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -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;