Skip to content

Commit

Permalink
Fix code padding color busted from DS alpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Feb 18, 2020
1 parent b9616df commit 0f8a631
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

--ifm-blockquote-color: #ecf4f9;
--ifm-blockquote-color-dark: #cbddea;

--ifm-pre-background: rgb(39, 40, 34);
}

@media screen and (max-width: 996px) {
Expand Down Expand Up @@ -47,6 +49,11 @@ blockquote {
padding: 0 var(--ifm-pre-padding);
}

code {
background-color: var(--ifm-color-emphasis-300);
border-radius: 0.2rem;
}

a code,
code a {
color: inherit;
Expand Down

0 comments on commit 0f8a631

Please sign in to comment.