aboutsummaryrefslogtreecommitdiff
path: root/Cont/index.css
diff options
context:
space:
mode:
authorJoel Kronqvist <joelkronqvist@proton.me>2023-06-21 14:18:27 +0300
committerJoel Kronqvist <joelkronqvist@proton.me>2023-06-21 14:18:27 +0300
commitc6eb85c138c267db08103de28a3a7c6dffee6c4f (patch)
tree5c55ba312926d61a13b04b32c9b801120b92fe78 /Cont/index.css
parent529477dc21ec03842ac55a2719b0875133d2aa43 (diff)
downloadLYLLRuoka-c6eb85c138c267db08103de28a3a7c6dffee6c4f.tar.gz
LYLLRuoka-c6eb85c138c267db08103de28a3a7c6dffee6c4f.zip
Rescued WIP Shift, class and exception updation
Diffstat (limited to 'Cont/index.css')
-rw-r--r--Cont/index.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cont/index.css b/Cont/index.css
index 8df7295..102dac8 100644
--- a/Cont/index.css
+++ b/Cont/index.css
@@ -61,12 +61,16 @@ body {
#input[type="text"], select {
background-color: white;
}
+textarea {
+ width: 80%;
+}
/*** the send-button ***/
#send {
background: blue;
padding: .5em;
margin: .5em;
+ margin-bottom: 0;
font-weight: bold;
position: relative;
@@ -80,6 +84,11 @@ body {
box-shadow: .25em .25em;
}
+#updationlink {
+ color: #aaaaaa;
+ font-size: .8rem;
+}
+
/*** Footer ***/
footer {
position: fixed;