updated for lightbox

This commit is contained in:
2023-09-08 03:43:36 -07:00
parent c93500a881
commit 7150cc4c1e
12 changed files with 252 additions and 21 deletions

View File

@ -576,7 +576,11 @@ textarea {
}
img,
.pojo-skip-link {
.pojo-skip-link,
.mt-author-box,
#respond,
.wp-block-code,
code {
border-radius: 2px;
}
@ -627,6 +631,25 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px;
}
figure.invert img {
filter: invert(1);
}
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#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 {
color: var(--text-color) !important;
}
:root {
--text-color:#fff;
--background:#383C4A;