/** * Copyright (c) 2021-, Haibin Wen, sunnypilot, and a number of other contributors. * * This file is part of sunnypilot and is licensed under the MIT License. * See the LICENSE.md file in the root directory for more details. */ /* Make the header logo larger */ .md-header__button.md-logo img { height: 2.4rem; width: auto; } /* Invert the white logo to dark on light mode */ [data-md-color-scheme="default"] .md-header__button.md-logo img { filter: brightness(0); }