mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
6 lines
87 B
CSS
6 lines
87 B
CSS
.separator {
|
|
overflow: hidden;
|
|
height: 1px;
|
|
background-color: $themeDarkColor;
|
|
}
|