diff options
-rw-r--r-- | public/css/theme3.css | 3 | ||||
-rw-r--r-- | themes/theme3.less | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/public/css/theme3.css b/public/css/theme3.css index 0555de0f..82228db5 100644 --- a/public/css/theme3.css +++ b/public/css/theme3.css @@ -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. diff --git a/themes/theme3.less b/themes/theme3.less index 7b45162e..7029db68 100644 --- a/themes/theme3.less +++ b/themes/theme3.less @@ -48,4 +48,8 @@ } } +#shifts td a { + color: #000; +} + @import "base.less"; |