diff --git a/assets/css/style.css b/assets/css/style.css index f849915..a56b9ec 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -99,9 +99,26 @@ body { font-family: IBMWeb, "Liberation Mono", monospace; color: #fff; background: transparent; - z-index: 5; - text-shadow: 0 0 6px rgba(255, 255, 255, 0.25); - letter-spacing: 0.05em; + z-index: 100; +} + +a { + text-decoration: none; + color: #447fc6; +} + +::selection { + color: #000000; + background: #a57ae9 +} + +a::selection { + color: #000; + background: #447fc6 +} + +a:not(:has(img)):hover { + text-decoration: underline } @@ -172,23 +189,24 @@ body { /* === BACKGROUND CANVAS === */ #night { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: -9999; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #0e0016; + z-index: -9999; + pointer-events: none; /* allow clicks above */ } .clouds { position: fixed; - bottom: -70px; + bottom: 0; left: 0; width: 100%; height: auto; - z-index: -1; /* behind content but above star canvas */ - pointer-events: none; - overflow: hidden; + z-index: -5; + pointer-events: none; /* allow clicks above */ } .clouds img { diff --git a/index.html b/index.html index f2ce925..29ff1d3 100644 --- a/index.html +++ b/index.html @@ -96,6 +96,7 @@
Clouds
+ -