Add overrides for the system default theme as well

pull/18/head
Paróczai Olivér 2022-11-24 00:40:06 +01:00 zatwierdzone przez GitHub
rodzic f5762bf9ee
commit 90d2a9423b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
--body-container-radius: 0px !important;
}
[data-theme-light], [data-theme-dark]{ /* For sitewide buttons, both themes */
[data-theme-default], [data-theme-light], [data-theme-dark]{ /* For sitewide buttons, both themes */
--border-radius-large: 4px !important; /* Used on the dashboard */
--border-radius-pill: 4px !important; /* Used everywhere else */
}