/* SPDX-FileCopyrightText: Copyright (c) 2022 Thomas Foerster
SPDX-License-Identifier: MIT  */

:root {
   --md-primary-fg-color: #023d6b;
} 

.md-footer {
   background-color: #023d6b;
}

.md-typeset h1, .md-typeset h2 {
   color: #023d6b;
}
