Add support for high contrast themes

pull/19/head
Paróczai Olivér 2022-11-24 00:53:51 +01:00 zatwierdzone przez GitHub
rodzic e6cd1f9cc1
commit 06f0523648
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-default], [data-theme-light], [data-theme-dark]{ /* For sitewide buttons, both themes */
[data-theme-default], [data-theme-light], [data-theme-dark], [data-theme-light-highcontrast], [data-theme-dark-highcontrast]{ /* For sitewide buttons, both themes */
--border-radius-large: 4px !important; /* Used on the dashboard */
--border-radius-pill: 4px !important; /* Used everywhere else */
}