added full styles for wp dashboard

also tweaked some styles!
This commit is contained in:
2023-09-18 07:57:20 -07:00
parent bc3da91c0d
commit 69e0695894
15 changed files with 1294 additions and 470 deletions

View File

@@ -4,46 +4,49 @@
#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;
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,
#pojo-a11y-skip-content {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
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);
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
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);
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font,
body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important
}
body.pojo-a11y-dyslexia-font,body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt!important
}