From c67a047c5ce26690089d1aae9f9462652923a812 Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 18:11:30 +0200 Subject: [PATCH] something --- open/scripts/Windows.js | 2 +- open/styles/style.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/open/scripts/Windows.js b/open/scripts/Windows.js index c12db21..0487eac 100644 --- a/open/scripts/Windows.js +++ b/open/scripts/Windows.js @@ -63,7 +63,7 @@ const corpi = { id: 'Wordsflyaround', glyph: '🐦', title: 'Words fly around', - content: '???????' + content: 'Oh, look at the wifi: words fly around!

Anyway, this is an "untitled" project from Poni.
"untitled" because it sounds more esoteric.' }, 11: { id: 'Ilinx', diff --git a/open/styles/style.css b/open/styles/style.css index ffc7c25..6eaf167 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -13,7 +13,7 @@ body { max-width: 100vw; height: 100vh; - background-color: #3434fb; + background-color: #2f6bdd; color: white; font-family: "Courier New", Courier, monospace; padding: 0; @@ -21,6 +21,10 @@ body { cursor: url(https://www.dropbox.com/s/u76wca3a4weldmu/cursor%20black.png?raw=1), auto; overflow: auto !important; + background-image: radial-gradient(currentColor 1px, transparent 1px), + radial-gradient(currentColor 1px, transparent 1px); + background-size: calc(20 * 1px) calc(20 * 1px); + background-position: 0 0, calc(10 * 1px) calc(10 * 1px); } h1 {