change 333 to 323234

Amolith created

Change summary

_sass/_default.scss | 8 +++++---
css/main.scss       | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)

Detailed changes

_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%;
     }
 }
+;

css/main.scss 🔗

@@ -6,7 +6,7 @@ sitemap:
 @charset "utf-8";
 
 /* =Colors */
-$dorian: #333333;
+$dorian: #323234;
 $iron: #ffffff;
 $cloudy: #828282;