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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/docs/colors.md')
-rw-r--r--exampleSite/content/docs/colors.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/content/docs/colors.md b/exampleSite/content/docs/colors.md
index d59e0fc..e5a085d 100644
--- a/exampleSite/content/docs/colors.md
+++ b/exampleSite/content/docs/colors.md
@@ -8,6 +8,8 @@ bref="Kube has a basic set of colors for text, links, buttons, states and gray p
toc = true
+++
+{{< rawhtml >}}
+
<h3 class="section-head">Text</h3>
<p>Contrasting black color for headings and less intense dark gray for the text helps to improve readability.</p>
<div class="example">
@@ -138,4 +140,5 @@ toc = true
<p>$color-aluminum</p>
</div>
</div>
-</div> \ No newline at end of file
+</div>
+{{< /rawhtml >}}