change 333 to 323234

This commit is contained in:
Amolith 2019-02-10 13:48:45 -05:00
parent b3e114236b
commit 86173cba81
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,4 @@
;
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
font-style: normal; font-style: normal;
@ -128,13 +129,13 @@ img {
.flex-wrapper { .flex-wrapper {
display: flex; display: flex;
justify-content: center; justify-content: center;
background-color: #333333; background-color: #323234;
} }
.flex-cards { .flex-cards {
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
background-color: #333; background-color: #323234;
justify-content: center; justify-content: center;
} }
.card { .card {
@ -166,7 +167,7 @@ div.card p {
padding: 15px; padding: 15px;
font-size: 15px; font-size: 15px;
text-align: center; text-align: center;
color: #333333; color: #323234;
word-wrap: break-word; word-wrap: break-word;
} }
div.crypto-card p { div.crypto-card p {
@ -556,3 +557,4 @@ strong {
width: 100%; width: 100%;
} }
} }
;

View File

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