ajustments
This commit is contained in:
49
scss/_plugin_styles.scss
Normal file
49
scss/_plugin_styles.scss
Normal file
@@ -0,0 +1,49 @@
|
||||
#slb_viewer_wrap .slb_theme_slb_black a,
|
||||
#slb_viewer_wrap .slb_theme_slb_black a:hover,
|
||||
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
|
||||
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
|
||||
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
|
||||
div#cwv3_dialog.cwv3_dialog.js {
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
|
||||
div#cwv3_dialog.cwv3_dialog.js,
|
||||
div.cwv3_btns,
|
||||
.gdrf-success,
|
||||
.gdrf-errors {
|
||||
border-color: var(--background-darker) !important;
|
||||
}
|
||||
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
|
||||
background-color: var(--href-dark);
|
||||
}
|
||||
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
|
||||
background-color: var(--href);
|
||||
}
|
||||
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
|
||||
border-color: var(--href);
|
||||
background-color: var(--background-darker);
|
||||
}
|
||||
|
||||
.pojo-skip-link {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.pojo-skip-link:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.pojo-skip-link:focus {
|
||||
color: var(--href) !important;
|
||||
}
|
||||
body.pojo-a11y-dyslexia-font,body.pojo-a11y-dyslexia-font :not(i):not(span) {
|
||||
font-family: OpenDyslexic2 Alt!important
|
||||
}
|
||||
Reference in New Issue
Block a user