diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/site.css b/static/site.css index b4ba79db..10ba090f 100644 --- a/static/site.css +++ b/static/site.css @@ -29,7 +29,8 @@ body::before { } #page-container { - background-color: #222222; + background-color: rgba(35, 35, 35, 0.80); + backdrop-filter: blur(4px); color: #ffffff; max-width: 1100px; @@ -70,7 +71,7 @@ a:hover { #skippers { position: absolute; - left: -100px; + left: -10000px; top: auto; width: 1px; height: 1px; |