From 14f95a94ade50e58c214d93dd37beac07386ff8f Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 19:15:16 +0100 Subject: [PATCH] . --- base.css | 7 +++++-- dark.css | 4 +--- light.css | 4 +--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/base.css b/base.css index 295e2f8..a0505ed 100644 --- a/base.css +++ b/base.css @@ -140,6 +140,11 @@ main{ display: table; box-sizing: content-box; background-color: transparent; + -webkit-border-radius: 32px; + -moz-border-radius: 32px; + border-radius: 32px; + border-width: 1px; + border-style: solid; } .flex-col{ display: -webkit-box; @@ -195,8 +200,6 @@ main{ caption-side: bottom; } .item-table-full, .item-table-360, .item-table-caption{ - border-style: solid; - border-width: 1px; background-color: transparent; box-sizing: inherit; } diff --git a/dark.css b/dark.css index 4a4e430..8184aee 100644 --- a/dark.css +++ b/dark.css @@ -27,13 +27,11 @@ a{ } .item-table{ background-color: #3f3f3f; + border-color: #f5deb3; } .so-pane{ border-color: #3f3f3f; } -.item-table > div > div, .item-table-caption{ - border-color: #f5deb3; -} .image-box{ background-color: #4f4f4f; } diff --git a/light.css b/light.css index 25b6b22..a70aabd 100644 --- a/light.css +++ b/light.css @@ -27,13 +27,11 @@ a{ } .item-table{ background-color: #c0c0c0; + border-color: #0a214c; } .so-pane{ border-color: #c0c0c0; } -.item-table > div > div, .item-table-caption{ - border-color: #0a214c; -} .image-box{ background-color: #b0b0b0; }