diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-03-25 11:59:57 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-03-25 11:59:57 -0300 |
commit | a06e1d40e9859b940fb5fae939f18bf831bd72c3 (patch) | |
tree | 336ba545935a02fc6f31cb9befb2b257b75350b8 /static | |
parent | 29b686dc00d2a4b92e3bd91b92b83505592a5a16 (diff) |
glossy background (thanks, Niklink!)
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; |