diff options
author | Akshen | 2019-05-09 15:21:52 +0530 |
---|---|---|
committer | GitHub | 2019-05-09 15:21:52 +0530 |
commit | d38d28c0722f22e6b85c871636d6774243da396e (patch) | |
tree | 09d46e19570aeb67a44427127539ed7bcce86f44 /fossee_manim/static/css/sticky-footer.css | |
parent | 23b40fe9e05eeca3f3aad077ae6a040efa819dd5 (diff) | |
parent | e80fb5f7ba0c8d0237dae36777860fdfcd11ae95 (diff) | |
download | FOSSEE_animations-d38d28c0722f22e6b85c871636d6774243da396e.tar.gz FOSSEE_animations-d38d28c0722f22e6b85c871636d6774243da396e.tar.bz2 FOSSEE_animations-d38d28c0722f22e6b85c871636d6774243da396e.zip |
Merge pull request #7 from Akshen/develop
minor changes
Diffstat (limited to 'fossee_manim/static/css/sticky-footer.css')
-rw-r--r-- | fossee_manim/static/css/sticky-footer.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fossee_manim/static/css/sticky-footer.css b/fossee_manim/static/css/sticky-footer.css index 4bcbcc5..dc94ea0 100644 --- a/fossee_manim/static/css/sticky-footer.css +++ b/fossee_manim/static/css/sticky-footer.css @@ -1,6 +1,6 @@ /* Navbar */ .navbar-custom { - background: linear-gradient(135deg , #3D5A50,#3D5A50 30%, #13ee81 ); + background: #3D5A50; color:black; border-radius:0; } |