diff --git a/README.md b/README.md index 4ec5ad1..fb8ec96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ -# nextcloud-unroundedcorners +

+
+ nextcloud-unroundedcorners logo +
nextcloud-unroundedcorners +

+

+ A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them. +

-Still under construction, will be updated at a later time \ No newline at end of file +# Introduction + +I made this application as I didn't like how the new Nextcloud design looked. I started using the Custom CSS app to change it but after a few more modifications and asks from friends I felt the need to make it into an application for it to be easy to update, and for others to find it easier. + +# Technology + +It is a simple app that only does one thing: it injects the bundled-in CSS code into Nextcloud, and the CSS is what matters. + +For the CSS we used variables that automatically changed all "pill"-style buttons "border-radius" value to a less rounded one, and some code to fix the ones that became broken in the process. + +# Contributors + +- [@OliverParoczai](https://github.com/OliverParoczai) +- [@karlprieb](https://github.com/karlprieb) + +# Usage with Custom CSS + +To be updated at a later time