Skip to content

Commit

Permalink
Fix inconsistent background colors in code sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucia committed Oct 6, 2020
1 parent 953afb6 commit 6999d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $gray-800: lighten($black, 25%); // #404040
$gray-900: lighten($black, 18.75%); // #303030

$cod-gray: #1b1b1b;
$agate-gray: #333333;
$bright-gray: #3b4151;
$mako-gray: #41444e;
$waterloo-gray: #7d8492;
Expand Down Expand Up @@ -144,7 +145,7 @@ $response-col-status-undocumented-font-color: $gray-300 !default;

$response-col-links-font-color: $gray-300 !default;

$opblock-body-background-color: $mako-gray !default;
$opblock-body-background-color: $agate-gray !default;
$opblock-body-font-color: $white !default;

$scheme-container-background-color: $white !default;
Expand Down

0 comments on commit 6999d67

Please sign in to comment.