summaryrefslogtreecommitdiff
path: root/docs/source/_static/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/_static/custom.css')
-rw-r--r--docs/source/_static/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css
new file mode 100644
index 000000000..6974d8514
--- /dev/null
+++ b/docs/source/_static/custom.css
@@ -0,0 +1,7 @@
+h2,h3,h4,h5,h6{
+ /* Sphinx doesn't respect using a h4 header without using h1,h2,h3.
+ The flag names will be rendered as h2 and by default way to big
+ so make the font size for all headers except h1 smaller.
+ */
+ font-size: 120% !important;
+}