heck 4 weeks ago
parent
commit
550bf6dc51
  1. 19
      html/index.html

19
html/index.html

@ -81,7 +81,7 @@
<style> <style>
body { body {
background-color: #121212; background-color: #121212;
opacity: 0.999; opacity: 0.98;
} }
#hecksshader { #hecksshader {
@ -92,12 +92,12 @@
top: 0; top: 0;
left: 0; left: 0;
z-index: -999; z-index: -999;
opacity: 0.524999; opacity: 0.22999;
} }
.container { .container {
background-color: #161616; background-color: #131313;
width: 55%; width: 59%;
border-left: 0px none #dee2e6 !important; border-left: 0px none #dee2e6 !important;
border-right: 0px none #dee2e6 !important; border-right: 0px none #dee2e6 !important;
margin-right: auto; margin-right: auto;
@ -118,14 +118,14 @@
width: 100%; width: 100%;
margin-top: 1vh; margin-top: 1vh;
margin-bottom: 1vh; margin-bottom: 1vh;
background-color: #181818; background-color: #151515;
border: 0px solid #dee2e6 !important; border: 0px solid #dee2e6 !important;
opacity: 0.9999; opacity: 0.9999;
} }
.card-body { .card-body {
border-style: solid; border-style: solid;
border-top: 1px solid #444444 !important; border-top: 1px solid #252525 !important;
border-bottom: 1px none #dee2e6 !important; border-bottom: 1px none #dee2e6 !important;
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;
@ -157,8 +157,9 @@
h2 { h2 {
font-family: 'Lato black', sans-serif; font-family: 'Lato black', sans-serif;
font-size: 1.32rem; font-size: 1.32rem;
letter-spacing: 0.14em;
text-transform: uppercase; text-transform: uppercase;
color: #c00606; color: #9f1414;
margin-top: 3vh; margin-top: 3vh;
margin-bottom: 2vh; margin-bottom: 2vh;
} }
@ -172,9 +173,9 @@
p, li { p, li {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
letter-spacing: 0.05em; /*letter-spacing: x0.15em;*/
font-size: 1.13em; font-size: 1.13em;
color: #e01111; color: #c20606;
hyphens: auto; hyphens: auto;
} }

Loading…
Cancel
Save