10 lines
191 B
SCSS
10 lines
191 B
SCSS
|
tags-box, related-box {
|
||
|
color: Text;
|
||
|
background: Background;
|
||
|
}
|
||
|
|
||
|
#related-popup, #tags-popup {
|
||
|
--panel-color: Text;
|
||
|
--panel-background: transparent;
|
||
|
--panel-border-color: InactiveBorder
|
||
|
}
|