ToC style tweak #2

This commit is contained in:
alistair3149 2019-11-27 23:08:20 -05:00
parent faf2c4e1e4
commit ec059ea13a

View file

@ -406,16 +406,17 @@ a {
>a {
color: inherit !important;
border-right: 3px solid;
border-color: currentColor;
}
}
a {
display: inline-block;
margin-top: @content-margin-top;
padding-right: 20px;
padding-right: 17px;
color: @base-50;
background: 0;
border-right: 3px solid transparent;
transition-duration: 0s !important; // Turn off transitions
&:hover {
@ -467,6 +468,10 @@ a {
display: block;
}
ul {
margin: 0;
}
ul,
.toctitle {
text-align: right;