From 5fbb47ca801339547875997c6ea50ef3edd6f4f7 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Thu, 19 Jan 2023 18:03:26 +0100 Subject: [PATCH] Add black border to css (dark theme is still ugly) --- partitioncloud/static/mobile.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/partitioncloud/static/mobile.css b/partitioncloud/static/mobile.css index 44a61a2..7b61e4e 100644 --- a/partitioncloud/static/mobile.css +++ b/partitioncloud/static/mobile.css @@ -13,6 +13,14 @@ padding: 0; width: 100vw; } + + body { + border-radius: 0px; + border-width: 0px; + } + nav { + border-radius: 0px; + } } @media (max-width: 750px) {