diff options
-rw-r--r-- | themes/seven/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index 3985ba65c..7c3c4dc57 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -31,7 +31,7 @@ h3, h4, h5, h6 { - font-weight: normal; + font-weight: bold; margin: 10px 0; } h1 { @@ -905,6 +905,9 @@ ol.task-list li.done { .overlay #content { padding: 0; } +h1#overlay-title { + font-weight: normal; +} /* Shortcut theming */ div.add-or-remove-shortcuts { |