Design updates

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

@ -20,19 +20,20 @@
}
.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 {
max-width: 40rem;
background: rgba(255,255,255,0.3);
background: rgba(255,255,255,0.45);
padding: 2rem;
color: white;
}
.jumbotron p {
color: white;
text-shadow: 0 0 10px rgba(0,0,0,0.5);
color: rgb(55,55,55);
}
footer {

Loading…
Cancel
Save