From c3544310918a98be2f2b74cf6cb2c80314810663 Mon Sep 17 00:00:00 2001 From: gor_down Date: Thu, 5 Dec 2024 02:29:11 -0300 Subject: [PATCH] swag --- public/styles/theme.css | 19 +++++++++++++++++++ views/home.hbs | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/public/styles/theme.css b/public/styles/theme.css index d9b6df9..2f2b888 100644 --- a/public/styles/theme.css +++ b/public/styles/theme.css @@ -55,4 +55,23 @@ ul{ .hide_link{ text-decoration: none; +} + +textarea{ + background-color: black; + color: var(--celeste); + border: 2px outset var(--celeste); + width: 50%; + height: 300px; +} + +textarea:focus{ + outline: 3px inset var(--celeste); +} + + +button{ + background-color: black; + color: var(--celeste); + border: 2px outset var(--celeste); } \ No newline at end of file diff --git a/views/home.hbs b/views/home.hbs index a5469aa..40ed69f 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -312,7 +312,8 @@
- + +