Improve interface

This commit is contained in:
nemunaire 2016-01-21 01:38:43 +01:00
commit 0247c89b02
5 changed files with 213 additions and 39 deletions

View file

@ -1,3 +1,7 @@
body {
overflow-y: scroll;
}
.navbar {
margin-bottom: 0;
}
@ -46,3 +50,13 @@
text-shadow: 0 0 20px #0055ff;
};
}
.teamname {
padding: 2px 7px;
border-radius: 2px;
box-shadow: #444 0 0 3px;
}
.teamname span {
-webkit-filter: invert(100%);
filter: invert(100%);
}