diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0588dde..891a968 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
# Unrounded Corners
A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
]]>
- 1.0.7
+ 1.0.8
agpl
Oliver Paroczai
UnroundedCorners
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 */
}