summaryrefslogtreecommitdiffstats
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
parent40b8ec302c2cc1c7686317e65de957dd81395efb (diff)
improve distinction between h1, h2 and h3 in website
-rw-r--r--website/docs/css/extra.css9
-rw-r--r--website/docs/index.md2
-rw-r--r--website/docs/install.md2
3 files changed, 9 insertions, 4 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 {
diff --git a/website/docs/index.md b/website/docs/index.md
index d1fe444..d5d4186 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -141,7 +141,7 @@ If you hit `:fs`, you can check the usage of all filesystems, so that you focus
Sizes, dates, files counts, are computed in the background, you don't have to wait for them when you navigate.
-# check git statuses:
+# Check git statuses:
![size](img/20200203-git.png)
diff --git a/website/docs/install.md b/website/docs/install.md
index f4b1c01..a551432 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -49,7 +49,7 @@ If you want a custom compilation, have a look at the [optional features document
# Third party repositories
-*note: those packages are maintained by third parties and may be less up to date.*
+Those packages are maintained by third parties and may be less up to date.
## Homebrew