better link contrast on shift view

This commit is contained in:
Philip Häusler 2015-12-21 14:39:08 +01:00
parent 7e731e59fe
commit 91bc5cf914
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,9 @@
.navbar .bg-danger { .navbar .bg-danger {
background-color: #4f0815; background-color: #4f0815;
} }
#shifts td a {
color: #000;
}
/*! /*!
* Bootstrap v3.3.6 (http://getbootstrap.com) * Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc. * Copyright 2011-2015 Twitter, Inc.

View File

@ -48,4 +48,8 @@
} }
} }
#shifts td a {
color: #000;
}
@import "base.less"; @import "base.less";