Add light background to images and iframes

pull/871/merge
Jasper van Merle 6 years ago committed by Thibaut Courouble
parent c22fa4cbf1
commit e2336eebc7

@ -218,6 +218,10 @@ button:focus {
outline: -webkit-focus-ring-color auto 5px; outline: -webkit-focus-ring-color auto 5px;
} }
img, iframe {
background: $externalsBackground;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;

@ -13,6 +13,8 @@ $sidebarMediumWidth: 16rem;
$documentBackground: #222; $documentBackground: #222;
$contentBackground: #33373a; $contentBackground: #33373a;
$externalsBackground: #fff;
$textColor: #cbd0d0; $textColor: #cbd0d0;
$textColorLight: #9da5ad; $textColorLight: #9da5ad;
$textColorLighter: #77787a; $textColorLighter: #77787a;

@ -13,6 +13,8 @@ $sidebarMediumWidth: 16rem;
$documentBackground: #f3f3f3; $documentBackground: #f3f3f3;
$contentBackground: #fff; $contentBackground: #fff;
$externalsBackground: $contentBackground;
$textColor: #333; $textColor: #333;
$textColorLight: #666; $textColorLight: #666;
$textColorLighter: #888; $textColorLighter: #888;

Loading…
Cancel
Save