Inverted alliance station logo colors.

This commit is contained in:
Patrick Fairbank
2014-08-23 19:51:54 -07:00
parent 30a1f99d02
commit d5102fac1d
3 changed files with 29 additions and 18 deletions

View File

@@ -96,6 +96,14 @@ body {
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: #fff;
}
#logoContainer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
}
#logo {
position: absolute;
top: 0;