diff options
author | Sashi20 | 2019-08-27 17:21:45 +0530 |
---|---|---|
committer | GitHub | 2019-08-27 17:21:45 +0530 |
commit | d0ff5d11f935ba5217c1be6357d44891b6e22b3c (patch) | |
tree | e36b41197c660d929ce284150eb48f8111107f41 /static/website/bootstrap-css/assets/css/main.css | |
parent | 46c8dee1d41462c4a00989b91d555faf6e422632 (diff) | |
parent | 8dd2b6becdc02423db0be289bfe6396c9db93cc6 (diff) | |
download | SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.gz SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.tar.bz2 SciPy2019-d0ff5d11f935ba5217c1be6357d44891b6e22b3c.zip |
Merge pull request #2 from Sashi20/development
Modify gitignore and replace bower components folder in bootstrap
Diffstat (limited to 'static/website/bootstrap-css/assets/css/main.css')
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 1892806..eea0f6d 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -176,8 +176,8 @@ color: #000; background-color: #ceab6a; } .btn-primary{ - color: #000; - background-color: #b1c533; + color: #fff; + background-color: #552505; } .btn-info{ color: #000; @@ -186,7 +186,7 @@ background-color: #ceab6a; .facts i { -color: #f0ee6e; +color: #ceab6a; font-size: 3em; } @@ -195,7 +195,7 @@ font-size: 3em; .btn-black { color: #fff; -background-color: #b1c533; +background-color: #552505; } /*.section-title { |