Unround login page info

pull/23/head
Paróczai Olivér 2023-08-23 21:23:38 +02:00 zatwierdzone przez GitHub
rodzic 2004597ad5
commit 10dea05bbb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
:root { /* Body container settings, mostly for removing the side margins */
:root { /* Body container settings, mostly for removing the side margins, and for applying the styles to guest pages */
--body-container-margin: 0px !important;
--body-container-radius: 0px !important;
--border-radius-large: 0px !important;
--border-radius-rounded: 0px !important;
--border-radius-large: 4px !important;
--border-radius-rounded: 4px !important;
--border-radius-pill: 4px !important;
}
[data-theme-default], [data-theme-light], [data-theme-dark], [data-theme-light-highcontrast], [data-theme-dark-highcontrast]{ /* For sitewide buttons, both themes */