All headers except for <h1> were already bold: make it bold as
well to increase visual consistency.
---
docs/libvirt.css | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/docs/libvirt.css b/docs/libvirt.css
index d7a4d95..c6f6d0d 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -1,9 +1,4 @@
-h1 {
- font-weight: normal;
- color: #3c857c;
-}
-
-h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5, h6 {
color: #3c857c;
}
--
2.5.5