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