Design updates

build-validation
Rebecca Hollis 5 years ago
parent 613d88987a
commit 62187c9287

@ -20,19 +20,20 @@
} }
.jumbotron h1 { .jumbotron h1 {
font-weight: 300; font-weight: 500;
color: rgb(90,90,90);
text-shadow: 0 0 4px rgba (0,0,0,0.5);
} }
.jumbotron .container { .jumbotron .container {
max-width: 40rem; max-width: 40rem;
background: rgba(255,255,255,0.3); background: rgba(255,255,255,0.45);
padding: 2rem; padding: 2rem;
color: white; color: white;
} }
.jumbotron p { .jumbotron p {
color: white; color: rgb(55,55,55);
text-shadow: 0 0 10px rgba(0,0,0,0.5);
} }
footer { footer {

Loading…
Cancel
Save