From da5bc2b18ee40dd0fff675b1f9f81d9939c271d1 Mon Sep 17 00:00:00 2001 From: swee Date: Mon, 13 Jan 2025 16:21:37 -0800 Subject: [PATCH] Update style.css --- style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 17bd3c1..d45f634 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ a { text-decoration:underline; text-decoration-style: dotted; } -.download { +.go { border: none; border-radius: 5px; background: deepskyblue; @@ -20,9 +20,17 @@ a { display: inline-block; cursor: pointer; } -.download:hover { +.go:hover { filter: brightness(150%); } -.download:acive { +.go:acive { filter: brightness(75%); +} +.input { + background-color: #0c0c0c; + border: solid; + color: white; + border-width: 2px; + border-color: white; + border-radius: 10px; } \ No newline at end of file