diff --git a/web/fonts/Bradley Gratis.ttf b/web/fonts/Bradley.ttf similarity index 100% rename from web/fonts/Bradley Gratis.ttf rename to web/fonts/Bradley.ttf diff --git a/web/index.html b/web/index.html index 541bc36..d134ce8 100644 --- a/web/index.html +++ b/web/index.html @@ -1,7 +1,7 @@ - + Console diff --git a/web/style.css b/web/style.css index b65d2d9..4deb55f 100644 --- a/web/style.css +++ b/web/style.css @@ -1,9 +1,9 @@ ::root{ - + } body - font-family: Bradley Gratis; - src: url(web/fonts/'Bradley Gratis.ttf') format('ttf'); + font-family: Bradley; + src: url(/web/fonts/'Bradley.ttf') format('ttf'); text-align:center; background-color: #000; color: #ccc @@ -11,7 +11,6 @@ body margin: 2rem auto; line-height: 1.3; letter-spacing: 0.1px; - /*color: #53018e*/ } img{ max-width: 100%; @@ -21,7 +20,6 @@ background-color: #000; color: #ccc; } - html, body { margin: 0; padding: 0; @@ -32,14 +30,22 @@ body { overflow-x: hidden; } -/* ---------- Fog ---------- */ +/* -------------------- Fog --------------------- */ +.fog{ +display: fixed; +top: 0px; +left: 0px; +width: 100vw; +height: 100vh; +z-index: -2; +} .fogwrapper { height: 100%; position: absolute; top: 0; width: 100%; -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2); - filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2); + filter: blur(1px) grayscale(0.2) saturate(0.2) sepia(0.2); } #foglayer_01, #foglayer_02, #foglayer_03 { height: 100%;