small fixes

This commit is contained in:
teldra 2022-06-13 04:23:35 +02:00
parent a7a2bf0c8e
commit 2e8482c281
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
--shadow-color: #282828; --shadow-color: #282828;
--logo-color: #537091; --logo-color: #537091;
--background-body: #fff; --background-body: #fff;
--background-body-opaq: #ffffff80; --background-body-opaq: #ffffffe0;
--background: #efefef; --background: #efefef;
--background-alt: #f7f7f7; --background-alt: #f7f7f7;
--selection: #9e9e9e; --selection: #9e9e9e;
@ -37,7 +37,7 @@
--shadow-color: #000000; --shadow-color: #000000;
--logo-color: #fff; --logo-color: #fff;
--background-body: #202b38; --background-body: #202b38;
--background-body-opaq: #202b3880; --background-body-opaq: #202b38e0;
--background: #161f27; --background: #161f27;
--background-alt: #1a242f; --background-alt: #1a242f;
--selection: #1c76c5; --selection: #1c76c5;

View File

@ -1,8 +1,8 @@
.b { .b {
height: calc(100vw / 3.5 * .9); height: calc(100vw / 3.5 * .7);
} }
.b_index { .b_index {
height: calc(100vw / 3 * .9); height: calc(100vw / 3.5 * .9);
} }
.banner { .banner {
width: 98vw; width: 98vw;