9 lines
154 B
CSS
9 lines
154 B
CSS
|
.separator-1TZB5HZ- {
|
||
|
margin: 8px 0;
|
||
|
height: 1px;
|
||
|
background-color: #e0e3eb;
|
||
|
}
|
||
|
html.theme-dark .separator-1TZB5HZ- {
|
||
|
background-color: #434651;
|
||
|
}
|