diff --git a/templates/partials/documentation.html b/templates/partials/documentation.html
index c78b676..bd5a46b 100644
--- a/templates/partials/documentation.html
+++ b/templates/partials/documentation.html
@@ -17,42 +17,65 @@
Variables
font-style: italic;
}
+ .custom-dl .color-preview {
+ width: 12px;
+ height: 12px;
+ display: inline-block;
+ outline: #000 solid 1px;
+ margin-right: 4px;
+ }
--global-font-size
The Base font size
+ (Default: 15px
)
--global-line-height
The baseline height. Modify this to achieve the best readability.
+ (Default: 1.4em
)
--font-stack
The fonts for the website.
Use @font-face
or any other font provider to include your custom fonts.
+ (Default: "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", serif
)
--mono-font-stack
Same as above but for code
.
+ (Default: "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", serif
)
--background-color
The page background color
+ (Default: #fff
)
--font-color
The base font color for text, headlines, blockquotes, lists, etc.
+ (Default: #151515
)
--invert-font-color
Sometimes text appears on a colored background. Adjust this color to improve readability.
+ (Default: #fff
)
--primary-color
The primary color is used for links and buttons.
+ (Default: #1a95e0
)
--secondary-color
The secondary color is more subtle than the primary color. It's used for code highlighting and image captions.
+ (Default: #727578
)
--error-color
Used for error alerts and form validation.
+ (Default: #d20962
)
--progress-bar-background
The background color of progress bars.
+ (Default: #727578
)
--progress-bar-fill
The fill color, indicating the progress in progress bars.
+ (Default: #151515
)
--code-bg-color
The background color of <code>
elements.
+ (Default: #e8eff2
)
--block-background-color
The background color of <pre>
elements. Also applies to <code>
elements inside a <pre>
element.
+ (Default: #fff
)
--input-style
The style of input element borders. Possible values are:
none, solid, dotted, dashed, double, groove, ridge, inset, outset, hidden, inherit, initial, unset
+ (Default: solid
)
--display-h1-decoration
Show a double dash below h1
elements. Possible values are:
block, none
+ (Default: none
)