small css fix

This commit is contained in:
KodeStar
2018-02-03 15:51:30 +00:00
parent 19cd1be85a
commit 82da802a16
3 changed files with 8 additions and 1 deletions

4
public/css/app.css vendored
View File

@@ -418,6 +418,10 @@ body {
background: #c00;
}
.alert a {
color: #91a1b3;
}
#app.header .appheader {
top: 0;
}