small fixes

This commit is contained in:
teldra 2022-06-12 21:42:31 +02:00
parent b0fbedfb8b
commit 742bfc3028
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
.banner {
width: 98vw;
height: calc(100vh / 3.5);
height: calc(100vw / 3.5);
font-size: 115%;
//box-shadow: inset 0px -11px 8px -10px #444;
background-repeat: no-repeat;
@ -13,7 +13,7 @@
.title_index {
word-break: break-all;
color: var(--text-main);
background: var(--background-body);
background: var(--background-body-opaq);
text-align: center;
margin-bottom: 0;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
@ -22,7 +22,7 @@
}
.title {
background: var(--background-body);
background: var(--background-body-opaq);
word-break: break-all;
color: var(--text-main);
margin-bottom: 0;