From 9c7c98a709a6977b58b5802f996c43f2335bf8c1 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 25 Mar 2020 23:31:49 -0500 Subject: [PATCH] More Styling --- scss/index.scss | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/scss/index.scss b/scss/index.scss index df7e6f8..605c52a 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -1,5 +1,6 @@ body { - background-color: #f5f5f5; + background-color: #333; + color: #f5f5f5; font-family: sans-serif; margin: 0; position: relative; @@ -19,8 +20,6 @@ body * { } header { - background-color: #333; - color: #f5f5f5; .header-text { max-width: 700px; @@ -45,6 +44,7 @@ header { section { background-color: #fff; + color: #333; border: 1px solid #e5e5e5; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); border-radius: 3px; @@ -64,10 +64,11 @@ section { .info { border-bottom: 1px solid #e5e5e5; + padding-bottom: 36px; } li { - padding-top: 24px; + padding-top: 36px; } .padded { @@ -77,6 +78,15 @@ section { .joining { padding: 24px; } + + a { + &, + &:focus, + &:hover, + &:active { + color: #c92a60; + } + } } pre { @@ -105,7 +115,7 @@ a { &:focus, &:hover, &:active { - color: #ea7fbc; + color: #f9a6c2; } } @@ -135,7 +145,8 @@ footer { background-color: #f5f5f5; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; - padding: 32px; + padding: 24px; + padding-bottom: 36px; .instance-description { margin: 0; @@ -192,5 +203,6 @@ footer { section { border-left: none; border-right: none; + border-radius: 0; } }