diff --git a/assets/css/style.scss b/assets/css/style.scss index 532ae14..d26035c 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -4,7 +4,7 @@ @import "{{ site.theme }}"; body { - background: #333 !important; + background: #000 !important; color: #f6f6f6 !important; font-family: sans-serif !important; font-size: 1.25rem !important; @@ -15,7 +15,7 @@ body { } header { - background: #a52f2d !important; + background: #000 !important; border-bottom: none !important; padding: 1rem 0 1rem 0 !important; margin: 0 0 1rem 0 !important; @@ -26,7 +26,7 @@ header h1:before { } header h1 { - color: #f2bc51 !important; + color: #ff0000 !important; text-shadow: none !important; font-family: sans-serif !important; font-size: 2rem !important; @@ -55,7 +55,7 @@ ul li { } a { - color: #f2bc51 !important; + color: #ff0000 !important; text-shadow: none !important; }