From db923a64d1e4d31ea28c6f047fa4a784022e4013 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sat, 25 Nov 2023 00:42:16 -0600 Subject: [PATCH] Legit forgot what I did between the last commit and this one. Probably fixing something stupid I did. I sure am a big old fool --- docker-compose.yml | 2 +- index.html | 2 +- style.css | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d8cb8d9..c2cf351 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ version: '3' services: - typehere: + typehere_brad: restart: unless-stopped build: . ports: diff --git a/index.html b/index.html index b80ad43..64389ce 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - Deposit Your Bullshit + We All Die Someday diff --git a/style.css b/style.css index c16324d..95c74f9 100644 --- a/style.css +++ b/style.css @@ -12,8 +12,7 @@ html, body { border: none; outline: none; /* Removes the default focus outline */ -/* background: transparent; /* Makes the textarea background transparent */ - background-color: #073642; /* Makes the textarea background transparent */ + background: transparent; /* Makes the textarea background transparent */ margin: 0; padding: var(--padding); /* Adds some padding for better text positioning */ resize: none;