forked from plume/joinplu.me
Specify background color for text in cards
This commit is contained in:
parent
db73158617
commit
0ec2fe4506
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue