File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636.ext-createwiki-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
3737 /* Decrease contrast of `border` slightly as padding/border combination is sufficient
3838 * accessibility wise and focus of content is more important here. */
39- border-color : #c8ccd1 ;
39+ border-color : var ( --border-color-base , #c8ccd1 ) ;
4040}
4141
4242/* JavaScript disabled */
139139 max-height : 15em ;
140140 box-sizing : border-box ;
141141 padding : 8px ;
142- border : 1.5px solid #ccc ;
142+ border : 1.5px solid var ( --border-color-subtle , #ccc ) ;
143143 border-radius : 4px ;
144- background-color : #f5f5f5 ;
145- color : #333 ;
144+ background-color : var ( --background-color-neutral , #f5f5f5 ) ;
145+ color : var ( --color-base , #333 ) ;
146146 font-family : ' Arial' , sans-serif ;
147147 line-height : 1.5em ;
148148 overflow-y : auto ;
You can’t perform that action at this time.
0 commit comments