diff options
author | prashantsinalkar | 2017-04-10 15:01:31 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-04-10 15:01:31 +0530 |
commit | 007b0618b22581050d7cb09b3f489e0662d3200a (patch) | |
tree | 66e81519c4d701d34baa0dea06205911ce1e40fa /static/website/css/nice-bar.css | |
parent | c15828f48785b71a95a2f6cd9c8ee3deba62092c (diff) | |
download | pyfoss-007b0618b22581050d7cb09b3f489e0662d3200a.tar.gz pyfoss-007b0618b22581050d7cb09b3f489e0662d3200a.tar.bz2 pyfoss-007b0618b22581050d7cb09b3f489e0662d3200a.zip |
changed the css and js as per need
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; |