]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Sat, 17 May 2025 14:39:53 +0000 (08:39 -0600)
committerEmil Williams <emilemilemil@cock.li>
Sat, 17 May 2025 14:39:53 +0000 (08:39 -0600)
static/style.css

index c5b551dac83235e54f80c159928d0c657a727a56..ae697d65926eec031fcc7994c0399149bb9ed15f 100644 (file)
@@ -49,6 +49,16 @@ input[type=submit] {
   cursor: pointer;
 }
 
+textarea {
+  /* width: 100%; */
+  background-color: #4CAF50;
+  color: white;
+  padding: 14px 20px;
+  margin: 8px 0;
+  border: none;
+  cursor: pointer;
+}
+
 input[type=submit]:hover {
   background-color: #45a049;
 }