css tweaks
This commit is contained in:
parent
ded77da5a2
commit
9d5798e145
3
flux.css
3
flux.css
@ -3,6 +3,8 @@ nav.toc {
|
|||||||
background: rgb(40, 40, 40);
|
background: rgb(40, 40, 40);
|
||||||
box-shadow: inset -14px 0px 5px -12px rgb(0,0,0);
|
box-shadow: inset -14px 0px 5px -12px rgb(0,0,0);
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
cursor: default;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Green banner in ToC */
|
/* Green banner in ToC */
|
||||||
@ -31,7 +33,6 @@ nav.toc > h1 {
|
|||||||
/* Fade out non-clickable ToC headers */
|
/* Fade out non-clickable ToC headers */
|
||||||
nav.toc > ul > li > span.toctext {
|
nav.toc > ul > li > span.toctext {
|
||||||
color: rgb(100, 100, 100);
|
color: rgb(100, 100, 100);
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
.current {
|
||||||
|
Loading…
Reference in New Issue
Block a user