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;
}

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=70beb203b1a0bdd09b29",
"/css/app.css": "/css/app.css?id=e84d63d3d2ba664d24a7",
"/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2"
}

View file

@ -140,6 +140,9 @@ body {
}
}
a {
color: #91a1b3;
}
}
#app {