File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
// stylelint-disable selector-max-type
2
+ // stylelint-disable selector-no-qualifying-type
2
3
3
4
.bd-toc {
4
5
@include media-breakpoint-up (lg) {
29
30
}
30
31
31
32
a {
33
+ padding : .1rem .2rem ;
32
34
color : inherit ;
35
+ text-decoration : none ;
36
+ @include border-radius (.2rem );
33
37
34
- & :not (:hover ) {
35
- text-decoration : none ;
38
+ & :hover ,
39
+ & .active {
40
+ color : $bd-purple ;
41
+ background-color : $bd-purple-light ;
42
+ }
43
+ & .active {
44
+ font-weight : 500 ;
36
45
}
37
46
38
47
code {
Original file line number Diff line number Diff line change
1
+ {{ define "body_override" }}< body data-bs-spy ="scroll " tabindex ="0 " data-bs-target ="#TableOfContents "> {{ end }}
1
2
{{ define "main" }}
2
3
< div class ="container-xxl bd-gutter mt-3 my-md-4 bd-layout ">
3
4
< aside class ="bd-sidebar ">
You can’t perform that action at this time.
0 commit comments