fix: Border and background for sidebar
This commit is contained in:
parent
59c4da8c16
commit
b1c95e2d09
2 changed files with 1 additions and 7 deletions
|
@ -67,7 +67,7 @@ ul.topic-links a.active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-wrapper.dark ul.topics > li.active a.topic {
|
.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 {
|
ul.opics > li > ul.topics.l1 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -10,8 +10,6 @@ div.fs-sa {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: $oc-gray-1;
|
|
||||||
border-left: 1px solid $oc-gray-3;
|
|
||||||
}
|
}
|
||||||
aside div.sticky {
|
aside div.sticky {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
@ -26,9 +24,5 @@ div.fs-sa {
|
||||||
> section {
|
> section {
|
||||||
background: $oc-gray-9;
|
background: $oc-gray-9;
|
||||||
}
|
}
|
||||||
aside {
|
|
||||||
background: $oc-gray-8;
|
|
||||||
border-color: $oc-gray-7;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue