2020 --color-window : rgb (255 , 255 , 255 );
2121 --color-active-caption-text : rgb (255 , 255 , 255 );
2222 --color-active-caption : rgb (0 , 0 , 128 );
23+ --color-active-caption-gradient : rgb (0 , 0 , 128 );
2324 --color-info-background : rgb (255 , 255 , 192 );
2425 --color-highlight-text : rgb (255 , 255 , 255 );
2526 --color-highlight : rgb (0 , 0 , 128 );
8485
8586 body {
8687 background : var (--color-button-face ) !important ;
87- font : 12 px/1.2 MS Sans Serif, MS Reference Sans Serif !important ;
88+ font : 12 px/1.2 MS Sans Serif, MS Reference Sans Serif, Liberation Sans , sans-serif !important ;
8889 }
8990 a {
9091 color : var (--color-link );
99100 }
100101
101102 .markdown-body {
102- font : 14 px/1.5 MS Sans Serif, MS Reference Sans Serif !important ;
103+ font : 14 px/1.5 MS Sans Serif, MS Reference Sans Serif, Liberation Sans , sans-serif !important ;
103104 }
104105 .markdown-body pre ,
105106 .markdown-body .highlight pre ,
108109 }
109110
110111 .Header {
111- background : var (--color-active-caption ) !important ;
112+ background : linear-gradient (to right , var (--color-active-caption ) , var ( --color-active-caption-gradient ) ) !important ;
112113 font : inherit !important ;
113114 }
114115 .HeaderNavlink {
393394 }
394395
395396 .select-menu-header {
396- background : var (--color-active-caption ) !important ;
397+ background : linear-gradient (to right , var (--color-active-caption ) , var ( --color-active-caption-gradient ) ) !important ;
397398 padding : 4px 6px !important ;
398399 }
399400 .select-menu-title {
621622 .octicon-graph { background : var (--image-graph ) !important ; }
622623 .octicon-gear { background : var (--image-config ) !important ; }
623624 .octicon-repo { background : var (--image-folder-documents ) !important ; }
624- }
625+ }
0 commit comments