From e4d8076fd75f6d43e8c28bb28ebe41fda1d81b1b Mon Sep 17 00:00:00 2001 From: kukemuna Date: Sun, 21 Apr 2024 23:00:06 +0300 Subject: [PATCH] automated commit by submit50 --- static/styles.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/static/styles.css b/static/styles.css index cbb9897..3e1a4e1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -42,7 +42,8 @@ h1 { font-size: 48px; } -button, input[type="submit"] { +button, +input[type="submit"] { background-color: #d9edff; border: 1px solid transparent; border-radius: 0.25rem; @@ -55,12 +56,14 @@ button, input[type="submit"] { vertical-align: middle; } -input[type="text"], input[type="number"] { +input[type="text"], +input[type="number"] { line-height: 1.8; width: 25%; } -input[type="text"]:hover, input[type="number"]:hover { +input[type="text"]:hover, +input[type="number"]:hover { background-color: #f5f5f5; transition: color 2s ease-in-out, background-color 0.15s ease-in-out; } @@ -80,4 +83,3 @@ table td { tbody tr:nth-of-type(odd) { background-color: rgb(179, 208, 255, 0.3) } -