Specify background color for text in cards

This commit is contained in:
Marek Ľach 2018-12-17 16:17:08 +01:00 committed by GitHub
parent db73158617
commit 0ec2fe4506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
$plume: #7765e3;
$plumedark: #6457a6;
$gray: #F4F4F4;
$black: #25213c
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@ -74,6 +75,7 @@ section {
.card {
background: $gray;
color: $black;
padding: 1em;
margin: 1em 5vw;
display: flex;
@ -163,6 +165,7 @@ section > h2 {
footer {
padding: 5em 5vw;
background: $gray;
color: $black;
margin-top: 10vh;
text-align: center;
}
@ -208,4 +211,4 @@ footer {
grid-column: 1;
}
}
}
}