mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
fix for hard-coded .bct
This commit is contained in:
parent
eecc082e97
commit
69e9c60aa5
1 changed files with 5 additions and 9 deletions
14
styles.css
14
styles.css
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue