diff --git a/_sass/_default.scss b/_sass/_default.scss index d79ed6a4313517a39ec6bef88ac7779acc1f714a..1a29e1223c8efac0e536d0fe3db41b3309987a3b 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 edf5df8e628601e42387b994ada4f8066ddd5085..63425a0c0ecec0982076c37b55942e2fb57cfe4f 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;