/* * MIT License * * Copyright (c) 2022- Minteck * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * */ @font-face { font-family: "Nunito"; src: url("/fonts/Nunito-VariableFont_wght.ttf"); font-weight: 125 950; font-stretch: 75% 125%; font-style: normal; } @font-face { font-family: "Nunito"; src: url("/fonts/Nunito-Italic-VariableFont_wght.ttf"); font-weight: 125 950; font-stretch: 75% 125%; font-style: italic; } * { font-family: "Nunito", sans-serif !important; } @media (prefers-color-scheme: dark) { #navigation-bar { border-bottom: 1px solid #252525 !important; background: rgba(17, 17, 17, 0.5) !important; } body, #selector { background: #111 !important; color: white !important; } #logo { color: white !important; } #main-container { color: white !important; } #video-info { color: white !important; } li.list-group-item { background: #222; color: white; } li.list-group-item:hover { background: #333 !important; color: white !important; } li.list-group-item:active { background: #252525 !important; color: white !important; } #loader, #loader-box { background: #151515 !important; } #search-box, #counts { color: white !important; } #search { background: #222; border: 1px solid #222; color: white; } .card { background: #222; color: white; } .modal-content { color: black; } .alert-warning { color: #fff3cd; background-color: #8564044a; border-color: #8564049c; } .alert-info { color: #fff3cd; background-color: rgba(4, 84, 133, 0.29); border-color: rgba(4, 64, 133, 0.61); } #intermission-note { position: fixed; bottom: 10px; left: 0; right: 0; text-align: center; } #close-btn { filter: invert(1); } }