1
0
Fork 0

fix: Border and background for sidebar

This commit is contained in:
Joost De Cock 2020-04-05 12:33:32 +02:00
parent 59c4da8c16
commit b1c95e2d09
2 changed files with 1 additions and 7 deletions

View file

@ -67,7 +67,7 @@ ul.topic-links a.active {
}
.theme-wrapper.dark ul.topics > li.active a.topic {
border-color: 4px solid $fc-text-dark;
border-color: $fc-text-dark;
}
ul.opics > li > ul.topics.l1 {
font-weight: normal;

View file

@ -10,8 +10,6 @@ div.fs-sa {
max-width: 600px;
min-width: 250px;
width: 50%;
background: $oc-gray-1;
border-left: 1px solid $oc-gray-3;
}
aside div.sticky {
position: sticky;
@ -26,9 +24,5 @@ div.fs-sa {
> section {
background: $oc-gray-9;
}
aside {
background: $oc-gray-8;
border-color: $oc-gray-7;
}
}
}