/*add css to make page title to red on dark mode*/
h1.fi-header-heading {
    color: red;
}
