From 2e8482c28173cb641be23416ab0547ad127c4fee Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 13 Jun 2022 04:23:35 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/water.css | 4 ++-- themes/buha/assets/scss/banner.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/buha/assets/css/water.css b/themes/buha/assets/css/water.css index 80c8d9b..aa4b79d 100644 --- a/themes/buha/assets/css/water.css +++ b/themes/buha/assets/css/water.css @@ -9,7 +9,7 @@ --shadow-color: #282828; --logo-color: #537091; --background-body: #fff; - --background-body-opaq: #ffffff80; + --background-body-opaq: #ffffffe0; --background: #efefef; --background-alt: #f7f7f7; --selection: #9e9e9e; @@ -37,7 +37,7 @@ --shadow-color: #000000; --logo-color: #fff; --background-body: #202b38; - --background-body-opaq: #202b3880; + --background-body-opaq: #202b38e0; --background: #161f27; --background-alt: #1a242f; --selection: #1c76c5; diff --git a/themes/buha/assets/scss/banner.scss b/themes/buha/assets/scss/banner.scss index ac1b300..f1f3da6 100644 --- a/themes/buha/assets/scss/banner.scss +++ b/themes/buha/assets/scss/banner.scss @@ -1,8 +1,8 @@ .b { - height: calc(100vw / 3.5 * .9); + height: calc(100vw / 3.5 * .7); } .b_index { - height: calc(100vw / 3 * .9); + height: calc(100vw / 3.5 * .9); } .banner { width: 98vw;