diff --git a/index.html b/index.html index 049ab60..1deb704 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ left: 0; width: 100%; height: 100%; - background: rgba(0, 0, 0, 0.5); + background: #00000080; z-index: -99; } @@ -118,10 +118,25 @@ } .footer { - position: absolute; - bottom: 20px; - font-size: 0.8rem; - opacity: 0.7; + text-align: center; + padding: 20px; + background: #000000; + border-top: 1px solid #80808040; + font-size: 0.9rem; + } + + .footer-links { + margin-top: 10px; + } + + .footer-link { + color: #606060; + text-decoration: none; + margin: 0 10px; + } + + .footer-link:hover { + text-decoration: underline; } @@ -150,7 +165,15 @@ Discord - + +