From 58e38dd1792163ad0a015a2513af25881a9c2f61 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:04:32 +0200 Subject: [PATCH] Made main button more readable --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index baba005..f6e695c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -295,7 +295,8 @@ a:hover { background: #57cbcc; color: #fff; display: inline-block; - font-size: 14px; + font-size: 16px; + font-weight: bold; letter-spacing: 1px; padding: 10px 35px; text-transform: uppercase;