Copied modified files from original project
This commit is contained in:
parent
118803da5d
commit
8a85fb0f6b
@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>typehere</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<title>Deposit Your Bullshit</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css?v=5">
|
||||
</head>
|
||||
<body>
|
||||
<textarea id="typingCanvas" autofocus></textarea>
|
||||
|
14
style.css
14
style.css
@ -2,9 +2,8 @@ html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #f0f0f0; /* Slightly off-white background for better visibility */
|
||||
background-color: #002b36;
|
||||
}
|
||||
|
||||
#typingCanvas {
|
||||
--padding: 20px;
|
||||
|
||||
@ -13,13 +12,18 @@ html, body {
|
||||
|
||||
border: none;
|
||||
outline: none; /* Removes the default focus outline */
|
||||
background: transparent; /* Makes the textarea background transparent */
|
||||
/* background: transparent; /* Makes the textarea background transparent */
|
||||
background-color: #073642; /* Makes the textarea background transparent */
|
||||
margin: 0;
|
||||
padding: var(--padding); /* Adds some padding for better text positioning */
|
||||
resize: none;
|
||||
font-family: "Lucida Console", "Courier New", monospace;
|
||||
font-family: "Monaco", sans-serif;
|
||||
font-size: 20px;
|
||||
color: #333; /* Darker text color for better contrast */
|
||||
color: #657b83; /* Darker text color for better contrast */
|
||||
text-rendering: optimizeLegibility;
|
||||
font-smooth: always;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
/* Ensuring the cursor is always visible */
|
||||
|
Loading…
Reference in New Issue
Block a user