···11-/*!
22- * Personal website of Sefa Eyeoglu
33- * Copyright (C) 2018-2022 Sefa Eyeoglu <contact@scrumplex.net>
44- *
55- * This program is free software: you can redistribute it and/or modify
66- * it under the terms of the GNU Affero General Public License as published by
77- * the Free Software Foundation, either version 3 of the License, or
88- * (at your option) any later version.
99- *
1010- * This program is distributed in the hope that it will be useful,
1111- * but WITHOUT ANY WARRANTY; without even the implied warranty of
1212- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313- * GNU Affero General Public License for more details.
1414- *
1515- * You should have received a copy of the GNU Affero General Public License
1616- * along with this program. If not, see <https://www.gnu.org/licenses/>.
1717- */
1818-1919-@import "variables";
2020-2121-noscript {
2222- position: fixed;
2323- top: 0;
2424- left: 0;
2525- right: 0;
2626- background-color: $colorBase;
2727- padding: 10px;
2828- text-align: center;
2929- z-index: 1000;
3030-3131- @media (prefers-color-scheme: dark) {
3232- background-color: $colorBaseDark;
3333- }
3434-}
3535-3636-.wrapper {
3737- padding-top: 100px;
3838- padding-bottom: 100px;
3939-}
4040-4141-body.scroll {
4242- padding-bottom: 0;
4343-}
4444-4545-.sheet {
4646- display: block !important;
4747- opacity: 1;
4848- animation: none;
4949- top: initial !important;
5050- position: relative !important;
5151- transform: none !important;
5252-}
5353-5454-img[data-src] {
5555- display: none;
5656-}
5757-5858-.scroll-indicator {
5959- display: none;
6060-}