summaryrefslogtreecommitdiffstats
path: root/website/docs/css/extra.css
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-01-28 07:43:15 +0100
committerCanop <cano.petrole@gmail.com>2021-01-28 07:43:15 +0100
commit8a93216e11d82cc93ccc227beb454c779642196f (patch)
tree7e1e2c9ad58bb196351e41d8db2e179b4b055455 /website/docs/css/extra.css
parent40b8ec302c2cc1c7686317e65de957dd81395efb (diff)
improve distinction between h1, h2 and h3 in website
Diffstat (limited to 'website/docs/css/extra.css')
-rw-r--r--website/docs/css/extra.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/website/docs/css/extra.css b/website/docs/css/extra.css
index 32aa351..aa0c890 100644
--- a/website/docs/css/extra.css
+++ b/website/docs/css/extra.css
@@ -11,12 +11,17 @@ body {
h1 {
font-size: 22px;
+ border-bottom: solid 1px;
+ padding-bottom: 10px;
+ margin-bottom: 18px;
+ border-image-source: linear-gradient(to right, #178acc, #fff);
+ border-image-slice: 1;
}
h2 {
- font-size: 20px;
+ font-size: 19px;
}
h3 {
- font-size: 18px;
+ font-size: 16px;
}
.navbar {