Skip to content

Commit

Permalink
feat(css): pre-release colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Dec 21, 2016
1 parent 68000be commit 4f59945
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/client/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@ header > .align-center > div {
transform: rotate(10deg);
}

[class*=alpha] {
.version[class*=-alpha],
.version[class*=-beta],
.version[class*=-rc] {
background-color: #a11720;
}

[class*=beta] {
background-color: #246935;
}

header a:hover {
text-decoration: none;
}
Expand Down

0 comments on commit 4f59945

Please sign in to comment.