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 {