From 5c0b97cd1e0783af20a3f5fd912e969ad459b39e Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 10 Apr 2023 21:23:08 +1000 Subject: [PATCH] h1 align left --- resources/css/app.scss | 2 +- resources/css/variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/app.scss b/resources/css/app.scss index 2558dee..3cd7602 100644 --- a/resources/css/app.scss +++ b/resources/css/app.scss @@ -46,7 +46,7 @@ a:visited { } h1 { - text-align: center; + text-align: left; font-weight: 800; } diff --git a/resources/css/variables.scss b/resources/css/variables.scss index 3e882a7..0fd98c7 100644 --- a/resources/css/variables.scss +++ b/resources/css/variables.scss @@ -3,7 +3,7 @@ $font-family: Nunito, Arial, Helvetica, sans-serif; $font-size: 1.1rem; -$font-color: rgba(255, 255, 255, 0.7); +$font-color: rgba(255, 255, 255, 1); $background-color: rgba(40, 44, 48, 1); $primary-color-lighter: #cce8fb;