/* Add (beta) label after the site title */
.navbar-brand .navbar-title::after {
    content: " (beta)";
    font-style: italic;
    font-size: 0.7em;
    font-weight: normal;
    opacity: 0.7;
}
