File tree Expand file tree Collapse file tree
assets/stylesheets/global Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,6 +218,10 @@ button:focus {
218218 outline : -webkit-focus-ring-color auto 5px ;
219219}
220220
221+ img , iframe {
222+ background : $externalsBackground ;
223+ }
224+
221225input [type = " search" ]::-webkit-search-cancel-button ,
222226input [type = " search" ]::-webkit-search-decoration {
223227 -webkit-appearance : none ;
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ $sidebarMediumWidth: 16rem;
1313$documentBackground : #222 ;
1414$contentBackground : #33373a ;
1515
16+ $externalsBackground : #fff ;
17+
1618$textColor : #cbd0d0 ;
1719$textColorLight : #9da5ad ;
1820$textColorLighter : #77787a ;
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ $sidebarMediumWidth: 16rem;
1313$documentBackground : #f3f3f3 ;
1414$contentBackground : #fff ;
1515
16+ $externalsBackground : $contentBackground ;
17+
1618$textColor : #333 ;
1719$textColorLight : #666 ;
1820$textColorLighter : #888 ;
You can’t perform that action at this time.
0 commit comments