Use primary color

This commit is contained in:
Cory LaViska
2017-08-18 15:14:34 -04:00
parent fbb5fd1763
commit 2ea71fdce7

View File

@@ -154,7 +154,7 @@ a code {
}
.width-sizing-example div {
background: tomato;
background: #0074d9;
color: white;
text-align: center;
padding: .25rem;
@@ -175,7 +175,7 @@ a code {
.height-sizing-example div {
width: calc(25% - 1rem);
float: left;
background: tomato;
background: #0074d9;
color: white;
text-align: center;
padding: .25rem;