From 776955c159bc0c15c50eb007c6998376451caec5 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Sun, 15 Mar 2020 22:30:03 -0400 Subject: [PATCH] Adjustments for the Main Title Co-Authored-By: Keb Helion <60008426+KebHelion@users.noreply.github.com> --- more/css/styles.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/more/css/styles.css b/more/css/styles.css index 4c255ac..1f9aba0 100644 --- a/more/css/styles.css +++ b/more/css/styles.css @@ -20,7 +20,7 @@ body { text-transform: none; } -h1 { +font.mainTitle { font-family: 'Quicksand', sans-serif; font-size: 28px; color: #ffffff; @@ -32,12 +32,10 @@ h1 { text-shadow: 3px 3px 3px rgba(63,64,76,1); } -h1.mainTitle { - -} - p.mainDesc { - font-size: 16px; + font-family: 'Merriweather', sans-serif; + font-size: 14px; + font-weight: 500; } p a { @@ -136,8 +134,8 @@ button.install { } button.install:hover { - background-color: #10afe3; - border: 2px solid #10afe3; + background-color: #10afe3; + border: 2px solid #10afe3; } button.uninstall { @@ -153,8 +151,8 @@ button.uninstall { } button.uninstall:hover { - background-color: #e34c22; - border: 2px solid #e34c22; + background-color: #e34c22; + border: 2px solid #e34c22; } button.processing {