css: minor improvements

This commit is contained in:
Sebastian Castro 2020-04-06 14:31:07 +02:00 committed by muxator
parent a5164dad43
commit 51b857ad1a
15 changed files with 73 additions and 40 deletions

View file

@ -92,7 +92,7 @@ body.doesWrap:not(.noprewrap) > div {
}
#sidedivinner {
text-align: right;
opacity: .7;
opacity: .9;
}
#sidediv:not(.sidedivdelayed) { /* before sidediv get initialized, hide text */
color: transparent;
@ -132,7 +132,7 @@ body.doesWrap:not(.noprewrap) > div {
::-moz-selection {
background: #acf;
}
a {
#innerdocbody a {
cursor: pointer !important;
white-space:pre-wrap;
}