From 06f0523648a37d5a3dd2e21bf38f977d04e9005a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Thu, 24 Nov 2022 00:53:51 +0100 Subject: [PATCH 1/2] Add support for high contrast themes --- css/unround.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } From 1c5e390c84eb9443fddfbb6913643f738dbc9ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Thu, 24 Nov 2022 00:54:19 +0100 Subject: [PATCH 2/2] Version 1.0.8 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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