fix for hard-coded .bct

This commit is contained in:
kneecaps 2023-04-05 12:46:51 -07:00 committed by GitHub
parent eecc082e97
commit 69e9c60aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,18 +249,14 @@
flex-grow: 1;
}
.theme-dark .loom-bct {
color: #808080;
.loom-bct {
color: var(--text-muted);
}
.theme-dark .loom-bct-border {
border-right: 2px dashed #808080;
border-right: 2px dashed #333;
}
.theme-light .loom-bct {
color: #999;
}
.theme-dark .loom-bct-hover {
background-color: #111;
.loom-bct-hover {
background-color: var(--background-secondary);
}