1 colors Colors and Fonts
Documentation for colors and fonts.
styles.scss, line 8
1.1 colors.colors Colors
Use the color() function to add colors to CSS properties. To learn more,
read the Chroma documentation.
branding
The site's main colors. Can be used to define colors in other color schemes.
color(red) uses the color: #e92a39 This color is inherited by: link, link-visited, button-bg, progress-barcolor(red-dark) uses the color: #c61826 This color is inherited by: link-activecolor(maroon) uses the color: #6d140ecolor(maroon-dark) uses the color: #59100acolor(green) uses the color: #0eb992color(green-dark) uses the color: #009d79color(black) uses the color: #222 This color is inherited by: text, button-secondarycolor(grey-dark) uses the color: #2a2a2a This color is inherited by: progress-bar-border, skip-link-bgcolor(grey-light) uses the color: #d6d6d6 This color is inherited by: border, button-disabled, progress-bar-bgcolor(grey-extra-light) uses the color: #f3f3f3color(white) uses the color: #fff This color is inherited by: text-bg, body-bg, button, button-secondary-bg, skip-linkfunctional
Colors used by functional parts of the design.
color(text) uses the color: #222 (black) This color is inherited by: button-secondarycolor(text-bg) uses the color: #fff (white) This color is inherited by: body-bgcolor(link) uses the color: #e92a39 (red)color(link-visited) uses the color: #e92a39 (red)color(link-active) uses the color: #c61826 (red-dark)color(border) uses the color: #d6d6d6 (grey-light)color(body-bg) uses the color: #fff (text-bg)color(button) uses the color: #fff (white)color(button-bg) uses the color: #e92a39 (red)color(button-disabled) uses the color: #d6d6d6 (grey-light)color(button-secondary) uses the color: #222 (text)color(button-secondary-bg) uses the color: #fff (white)color(footer-fat-bg) uses the color: #292929color(mark-bg) uses the color: yellowcolor(progress-bar) uses the color: #e92a39 (red)color(progress-bar-bg) uses the color: #d6d6d6 (grey-light)color(progress-bar-border) uses the color: #2a2a2a (grey-dark)color(skip-link) uses the color: #fff (white)color(skip-link-bg) uses the color: #2a2a2a (grey-dark)init/_colors.scss, line 3
1.2 colors.fonts Fonts
The website uses the Roboto font.
The Roboto font
Light: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Light Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Regular: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Regular Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Medium: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Medium Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Bold: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Bold Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.
Markup
<h1>The Roboto font</h1>
<p class="font-light">Light: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-light-italic">Light Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-regular">Regular: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-regular-italic">Regular Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-medium">Medium: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-medium-italic">Medium Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-bold">Bold: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
<p class="font-bold-italic">Bold Italic: Falsches Üben von Xylophonmusik quält jeden größeren Zwerg.</p>
style-guide/fonts.scss, line 1