Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/content-organisation/customize-style/colors/_index.md')
-rw-r--r--exampleSite/content/content-organisation/customize-style/colors/_index.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/exampleSite/content/content-organisation/customize-style/colors/_index.md b/exampleSite/content/content-organisation/customize-style/colors/_index.md
index 9acf7f2..7e348e7 100644
--- a/exampleSite/content/content-organisation/customize-style/colors/_index.md
+++ b/exampleSite/content/content-organisation/customize-style/colors/_index.md
@@ -11,18 +11,21 @@ You can choose this main color by editing the `config.toml` file.
This color is mainly used for menu.
-{{% alert theme="warning" %}}When omited, a random value is computed on each build {{%/alert%}}
+{{% notice primary %}}When omited, a random value is computed on each build {{%/notice%}}
```toml
[params]
color_main = "#B0B0B0"
```
## 2nd color (optional)
-{{% alert theme="warning" %}}When omited, this color is computed from main color with a saturated version{{%/alert%}}
+{{% notice primary %}}When omited, this color is computed from main color with a saturated version{{%/notice %}}
This color is mainly used for links.
```toml
[params]
- color_over = "red"
+ color_second = "red"
```
+
+## Random colors
+{{%alert success%}}**Random colors** : comment theses two params in your config.toml, you will have random colors on each build... {{%/alert%}} \ No newline at end of file