--- title: Sidebar text slug: sidebar/text path: ../ --- {% extends "layouts/default.html" %} {% block page %}

{{ title }}

The sidebar text is styled by default by the .sidebar-light or .sidebar-dark skins and doesn't require any extra class, however for those occasions when you need to be explicit, add the .sidebar-text class to any element within the .sidebar container, to force the text style on the element.
{% include 'code/sidebar-text.html' %}
CSS Class Description
.sidebar-text Applies the sidebar text style defined by the sidebar skin
Sass variable Description
$sidebar-font-size Defines the base font size for the sidebar text in px
$sidebar-dark-text-color Defines the sidebar text color when using the .sidebar-dark skin
$sidebar-light-text-color Defines the sidebar text color when using the .sidebar-light skin

Sidebar links

{% endblock %}