20
20
--color-window : rgb (255 , 255 , 255 );
21
21
--color-active-caption-text : rgb (255 , 255 , 255 );
22
22
--color-active-caption : rgb (0 , 0 , 128 );
23
+ --color-active-caption-gradient : rgb (0 , 0 , 128 );
23
24
--color-info-background : rgb (255 , 255 , 192 );
24
25
--color-highlight-text : rgb (255 , 255 , 255 );
25
26
--color-highlight : rgb (0 , 0 , 128 );
84
85
85
86
body {
86
87
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 ;
88
89
}
89
90
a {
90
91
color : var (--color-link );
99
100
}
100
101
101
102
.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 ;
103
104
}
104
105
.markdown-body pre ,
105
106
.markdown-body .highlight pre ,
108
109
}
109
110
110
111
.Header {
111
- background : var (--color-active-caption ) !important ;
112
+ background : linear-gradient (to right , var (--color-active-caption ) , var ( --color-active-caption-gradient ) ) !important ;
112
113
font : inherit !important ;
113
114
}
114
115
.HeaderNavlink {
393
394
}
394
395
395
396
.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 ;
397
398
padding : 4px 6px !important ;
398
399
}
399
400
.select-menu-title {
621
622
.octicon-graph { background : var (--image-graph ) !important ; }
622
623
.octicon-gear { background : var (--image-config ) !important ; }
623
624
.octicon-repo { background : var (--image-folder-documents ) !important ; }
624
- }
625
+ }
0 commit comments