updated for lightbox
This commit is contained in:
@ -576,7 +576,11 @@ textarea {
|
||||
}
|
||||
|
||||
img,
|
||||
.pojo-skip-link {
|
||||
.pojo-skip-link,
|
||||
.mt-author-box,
|
||||
#respond,
|
||||
.wp-block-code,
|
||||
code {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
@ -628,3 +632,23 @@ div#cwv3_dialog.cwv3_dialog.js {
|
||||
.search article .post-thumbnail {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
figure.invert img {
|
||||
-webkit-filter: invert(1);
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user