From bc21041fc7fe14e95a06d498107d6b9d5f47f4e4 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 1 Dec 2023 23:11:43 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/post-entry.css | 2 +- themes/mytheme/assets/css/core/theme-vars.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/mytheme/assets/css/common/post-entry.css b/themes/mytheme/assets/css/common/post-entry.css index a6c3756..5ce6444 100644 --- a/themes/mytheme/assets/css/common/post-entry.css +++ b/themes/mytheme/assets/css/common/post-entry.css @@ -57,7 +57,7 @@ .post-entry { position: relative; /** margin-bottom: var(--gap); **/ - padding: calc(var(--gap)*2); + padding: calc(var(--gap)*1.5); /** background: var(--entry); border: 1px solid var(--border); **/ border-radius: var(--radius); diff --git a/themes/mytheme/assets/css/core/theme-vars.css b/themes/mytheme/assets/css/core/theme-vars.css index 0bb066d..dce0549 100644 --- a/themes/mytheme/assets/css/core/theme-vars.css +++ b/themes/mytheme/assets/css/core/theme-vars.css @@ -18,7 +18,7 @@ } .dark { - --theme: #163c4f; + --theme: #0f2028; --entry: rgb(46, 46, 51); --primary: rgb(218, 218, 219); --secondary: rgb(155, 156, 157);