Improve interface
This commit is contained in:
parent
5a8d2c36b7
commit
0247c89b02
5 changed files with 213 additions and 39 deletions
|
|
@ -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%);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue