redbasic dark: fixes

This commit is contained in:
Mario
2022-08-20 11:23:46 +00:00
parent b3548fefc1
commit fedf60a32c

View File

@@ -1,3 +1,10 @@
:root {
color-scheme: dark;
--bs-dark-rgb: #e1e1e1;
}
--bs-dark-rgb
.widget, .widget,
.vcard-card { .vcard-card {
background-color: unset; background-color: unset;
@@ -14,8 +21,14 @@
#profile-jot-wrapper { #profile-jot-wrapper {
background-color: unset; background-color: unset;
border: 1px solid rgba(250, 250, 250, 0.125); border: 1px solid rgba(250, 250, 250, 0.125);
} }
.bootstrap-tagsinput { .bootstrap-tagsinput {
background-color: unset; background-color: unset;
} }
a,
.fakelink {
color: var(--bs-link-color);
}