From 86173cba81d4304fcbe902fcb3d0acc5f9a4271f Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 10 Feb 2019 13:48:45 -0500 Subject: [PATCH] change 333 to 323234 --- _sass/_default.scss | 8 +++++--- css/main.scss | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_sass/_default.scss b/_sass/_default.scss index d79ed6a..1a29e12 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -1,3 +1,4 @@ +; @font-face { font-family: 'Open Sans'; font-style: normal; @@ -128,13 +129,13 @@ img { .flex-wrapper { display: flex; justify-content: center; - background-color: #333333; + background-color: #323234; } .flex-cards { width: 100%; display: flex; flex-wrap: wrap; - background-color: #333; + background-color: #323234; justify-content: center; } .card { @@ -166,7 +167,7 @@ div.card p { padding: 15px; font-size: 15px; text-align: center; - color: #333333; + color: #323234; word-wrap: break-word; } div.crypto-card p { @@ -556,3 +557,4 @@ strong { width: 100%; } } +; diff --git a/css/main.scss b/css/main.scss index edf5df8..63425a0 100755 --- a/css/main.scss +++ b/css/main.scss @@ -6,7 +6,7 @@ sitemap: @charset "utf-8"; /* =Colors */ -$dorian: #333333; +$dorian: #323234; $iron: #ffffff; $cloudy: #828282;