diff options
Diffstat (limited to 'static/website/css/nice-bar.css')
-rw-r--r-- | static/website/css/nice-bar.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/website/css/nice-bar.css b/static/website/css/nice-bar.css index 6388690..e43fb89 100644 --- a/static/website/css/nice-bar.css +++ b/static/website/css/nice-bar.css @@ -8,7 +8,7 @@ width: 1200px; margin: 0 auto; padding: 12px 0; - color: #ffffff; + color: #000; font-weight: bold; } .nice-bar .nice-button { @@ -26,6 +26,7 @@ float: right; padding: 1px 7px 2px 7px; background: #111111; + color:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; |