better link contrast on shift view
This commit is contained in:
parent
7e731e59fe
commit
91bc5cf914
|
@ -4,6 +4,9 @@
|
|||
.navbar .bg-danger {
|
||||
background-color: #4f0815;
|
||||
}
|
||||
#shifts td a {
|
||||
color: #000;
|
||||
}
|
||||
/*!
|
||||
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
|
|
|
@ -48,4 +48,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
#shifts td a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@import "base.less";
|
||||
|
|
Loading…
Reference in New Issue