diff --git a/css/basic.css b/css/basic.css index ef209d5..8529bcd 100644 --- a/css/basic.css +++ b/css/basic.css @@ -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 */ } diff --git a/css/content.css b/css/content.css index 57c313d..92c4abc 100644 --- a/css/content.css +++ b/css/content.css @@ -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 {