small fixes

This commit is contained in:
teldra 2022-06-12 23:04:35 +02:00
parent 742bfc3028
commit 6e061147ae
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
--shadow-color: #282828;
--logo-color: #202b38;
--background-body: #fff;
--background-body-opaq: rgba(255,255,255,.5);
--background-body-opaq: #ffffff80;
--background: #efefef;
--background-alt: #f7f7f7;
--selection: #9e9e9e;
@ -37,7 +37,7 @@
--shadow-color: #000000;
--logo-color: #fff;
--background-body: #202b38;
--background-body-opaq: rgba(32,43,56,.5);
--background-body-opaq: #202b3880;
--background: #161f27;
--background-alt: #1a242f;
--selection: #1c76c5;

View File

@ -1,3 +1,4 @@
.banner {
width: 98vw;
height: calc(100vw / 3.5);