1.0.0-beta14

This commit is contained in:
Cory LaViska
2017-08-13 15:41:38 -04:00
parent 9ff586b508
commit afa95589eb
50 changed files with 1300 additions and 852 deletions

View File

@@ -39,7 +39,7 @@ body {
}
#nav a.current {
color: var(--text-muted);
color: var(--state-secondary);
cursor: default;
}
@@ -154,7 +154,7 @@ a code {
}
.width-sizing-example div {
background: var(--color-primary);
background: var(--state-primary);
color: white;
text-align: center;
padding: .25rem;
@@ -175,7 +175,7 @@ a code {
.height-sizing-example div {
width: calc(25% - 1rem);
float: left;
background: var(--color-primary);
background: var(--state-primary);
color: white;
text-align: center;
padding: .25rem;