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; }