diff options
author | Thomas Park <thomas@thomaspark.co> | 2016-02-24 19:08:33 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2016-02-24 19:08:33 -0500 |
commit | 33bcea1b873984be8cf59d0271c74df22a638311 (patch) | |
tree | 66e607f80ae5221a74566c25217bcc9c1a9b2711 /flatly/bootstrap.css | |
parent | 1a2bcad83a946a3678246c9287e6e72bac15dcef (diff) |
flatly: set navbar-text to white
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r-- | flatly/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index 91d9d509..db4d989c 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -4512,7 +4512,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { background-color: transparent; } .navbar-default .navbar-text { - color: #777777; + color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #ffffff; |