diff --git a/css/unround.css b/css/unround.css index 8a59298..2e402a0 100644 --- a/css/unround.css +++ b/css/unround.css @@ -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 */ }