diff options
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/index.css | 16 | ||||
-rw-r--r-- | fossee_manim/static/css/sticky-footer.css | 9 |
2 files changed, 17 insertions, 8 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index 14d5861..8cceca6 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -12,7 +12,7 @@ #search_bar { - padding-top: 1.5%; + padding-top: 3.5%; } form.example input[type=text] { @@ -20,15 +20,13 @@ form.example input[type=text] { font-size: 17px; border: 1px solid grey; float: left; - width: 80%; + width: 70%; background: #f1f1f1; } form.example button { - float: left; - margin-left: 1%; - height: 6%; - width: 12%; + height: 6.6%; + width: 18%; background:#F5404C; color: white; font-size: 150%; @@ -108,3 +106,9 @@ hr { #social a{ color: white; } + + +#circle:hover { + background-color: #ffe0b2; + border-radius: 50%; + }
\ No newline at end of file diff --git a/fossee_manim/static/css/sticky-footer.css b/fossee_manim/static/css/sticky-footer.css index dc94ea0..38c600b 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: #3D5A50; + background: #081130; color:black; border-radius:0; } @@ -18,7 +18,7 @@ /* Brand-CompanyName */ .navbar-custom .navbar-brand { color:#efefef; - background-color: #3D5A50; + background-color: #081130; } @@ -87,4 +87,9 @@ border: none; cursor: pointer; border-radius: 5px; +} + + +#circle:hover { + color: orange; }
\ No newline at end of file |