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
This commit is contained in:
parent
8a85fb0f6b
commit
db923a64d1
@ -1,6 +1,6 @@
|
||||
version: '3'
|
||||
services:
|
||||
typehere:
|
||||
typehere_brad:
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
ports:
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Deposit Your Bullshit</title>
|
||||
<title>We All Die Someday</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css?v=5">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user