Theme

Adjust the Sass variables and theme files to customize colors, borders, and other non-structural styles.

Colors

.dark-gray .mid-gray .light-gray .white .blue .green .yellow .red
{% highlight html %} .dark-gray .mid-gray .light-gray .white .blue .green .yellow .red {% endhighlight %}

Background Colors

.bg-dark-gray
.bg-mid-gray
.bg-light-gray
.bg-white
.bg-blue
.bg-green
.bg-yellow
.bg-red
{% highlight html %}
.bg-dark-gray
.bg-mid-gray
.bg-light-gray
.bg-white
.bg-blue
.bg-green
.bg-yellow
.bg-red
{% endhighlight %}

Borders

Adjust the $border-color, $border-width, and $border-radius variables to customize default border styles.

.border
.border-top
.border-right
.border-bottom
.border-left
{% highlight html %}
.border
.border-top
.border-right
.border-bottom
.border-left
{% endhighlight %}

Border Radii

.rounded
.circle
{% highlight html %}
.rounded
.circle
{% endhighlight %}