minor style changes
* decreased heading line-heights * added specific color to match background-color of code styles
This commit is contained in:
parent
151f9ec640
commit
73f9593f3c
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ caption, legend {
|
|||
color: __text_neu__;
|
||||
background-color: inherit;
|
||||
padding: 0;
|
||||
line-height: 1.2;
|
||||
clear: left; /* ideally 'both', but problems with toc */
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
.dokuwiki samp,
|
||||
.dokuwiki kbd {
|
||||
background-color: __background_alt__;
|
||||
color: inherit;
|
||||
color: __text__;
|
||||
}
|
||||
/* fix if background-color hides underlining */
|
||||
.dokuwiki em.u code {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue