Update desktop.scss
Use $primary color for a better adaptation to custom themes (particularly dark themes)
This commit is contained in:
parent
00ed5ffdb7
commit
4401e83c5f
@ -1,7 +1,7 @@
|
|||||||
[data-wrap="columns"] {
|
[data-wrap="columns"] {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
border-right: 1px solid black;
|
border-right: 1px solid $primary;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user