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;