Update desktop.scss

Use $primary color for a better adaptation to custom themes (particularly dark themes)
This commit is contained in:
iunctis 2019-12-04 22:33:49 +01:00
parent 00ed5ffdb7
commit 4401e83c5f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[data-wrap="columns"] {
width: 50%;
float: left;
border-right: 1px solid black;
border-right: 1px solid $primary;
padding-right: 5px;
margin-right: 5px;
}