From d5a59248abcc755b7189045543329f0beadfdf52 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Thu, 19 Jan 2023 18:03:52 +0100 Subject: [PATCH] Forgot to add that too --- partitioncloud/static/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index e2870ef..1fb6634 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -34,8 +34,13 @@ html { body { max-width: 960px; margin: 0 auto; - background: var(--background-primary); + background: var(--background-head); color: var(--color-primary); + + border-color: var(--border-color); + border-style: solid; + border-radius: 3px; + border-width: 1px; } h1, h2, h3, @@ -59,6 +64,8 @@ nav { display: flex; align-items: center; padding: 0 0.5rem; + + border-radius: 3px; } nav h1 { @@ -98,6 +105,12 @@ select { .content { padding: 0 1rem 1rem; + background: var(--background-primary); + + border-color: var(--border-color); + border-style: solid; + border-radius: 3px; + border-width: 1px; } .content>header {