diff --git a/css/theme/latex.css b/css/theme/latex.css index 0c63f5d..7c90c9c 100644 --- a/css/theme/latex.css +++ b/css/theme/latex.css @@ -567,6 +567,10 @@ p a:link, p a:hover, p a:active, p a:visited, li a:link, li a:hover, li a:active p a:hover::before, li a:hover::before, h2 a:hover::before { height: 110%; } +/* + * Code Listings + * ============= + */ pre.small-text { font-size: 80%; } diff --git a/css/theme/source/latex.scss b/css/theme/source/latex.scss index e64094f..ca32704 100644 --- a/css/theme/source/latex.scss +++ b/css/theme/source/latex.scss @@ -699,6 +699,10 @@ p a, li a, h2 a { } } +/* + * Code Listings + * ============= + */ pre.small-text { font-size: 80%; }