From 67f6f4a97b0c496988efe896a11b4233a26a6159 Mon Sep 17 00:00:00 2001 From: Tom Herold Date: Thu, 9 Mar 2023 10:06:24 +0100 Subject: [PATCH] more styling changes --- frontend/stylesheets/_dashboard.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/stylesheets/_dashboard.less b/frontend/stylesheets/_dashboard.less index a3166b8eea..16db04140c 100644 --- a/frontend/stylesheets/_dashboard.less +++ b/frontend/stylesheets/_dashboard.less @@ -32,7 +32,7 @@ } .welcome-header-content { - padding: 20px 0px 20px; + padding: 40px 0px 40px; .text-and-button-container { max-width: 1000px; @@ -65,7 +65,7 @@ padding-inline-start: 0; a { - color: white; + color: @black; flex: 0 1 400px; /* No stretching: */ margin: 20px; margin-left: 0; @@ -87,14 +87,14 @@ h2 { font-size: 16px; line-height: 18px; - color: white; - margin-bottom: 4px; + color: @black; + margin-bottom: 8px; } p { font-size: 14px; line-height: 18px; - color: white; + color: @black; margin: 0; } @@ -103,9 +103,9 @@ margin: 8px; } - background: fade(@blue-zircon, 40%); + background: white; border-radius: 3px; - border: @blue-zircon 2px solid; + border: white 2px solid; } a:hover {