Files
core/view/theme/redbasic/schema/dark.css
2022-08-20 11:23:46 +00:00

35 lines
473 B
CSS

:root {
color-scheme: dark;
--bs-dark-rgb: #e1e1e1;
}
--bs-dark-rgb
.widget,
.vcard-card {
background-color: unset;
}
.comment-edit-text {
border: 1px solid rgba(250, 250, 250, 0.125);
}
.generic-content-wrapper {
border: 1px solid rgba(250, 250, 250, 0.125);
}
#profile-jot-wrapper {
background-color: unset;
border: 1px solid rgba(250, 250, 250, 0.125);
}
.bootstrap-tagsinput {
background-color: unset;
}
a,
.fakelink {
color: var(--bs-link-color);
}