11 lines
183 B
CSS
11 lines
183 B
CSS
![]() |
@-moz-document url(about:webrtc) {
|
||
|
|
||
|
#content > div {
|
||
|
background: var(--dark-accent) !important;
|
||
|
}
|
||
|
|
||
|
div.fold-trigger {
|
||
|
color: var(--primary-accent-color) !important;
|
||
|
}
|
||
|
|
||
|
}
|