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

View File

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