{% set active_page = "Theming" -%} {% extends "layouts/" + layout + ".html" %} {% block content %}

Theming

Portal is based on the fantastic Material Design Components framework from Google. This allows us to use CSS variables to change the colors of all the material components that make up the page.

Go ahead and play with the color options below and create your own theme.

Side Navigation Colors

Main Content Colors

Primary colors

Secondary colors

{% endblock %} {% block scripts %} {% endblock %}