From 2327362b1cef7a57bf739bc9c6ff371413a29ef5 Mon Sep 17 00:00:00 2001 From: abhish3k-11 <60434731+abhish3k-11@users.noreply.github.com> Date: Wed, 12 Feb 2020 23:35:11 +0530 Subject: [PATCH] Create additional css --- additional css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 additional css diff --git a/additional css b/additional css new file mode 100644 index 0000000..ff56e95 --- /dev/null +++ b/additional css @@ -0,0 +1,45 @@ +.navbar-inverse .navbar-toggle { + color: white; + font-weight: bold; + border-color: white; +} +.navbar-inverse .navbar-toggle:hover { + background-color: #ddd; + color: #333; +} +.navbar-inverse .navbar-toggle .glyphicon { + color: white; +} +.navbar-inverse .navbar-toggle:hover .glyphicon { + color: #333; +} +.btn-warning:hover { + background-color:yellow; + +} +.img-responsive:hover { + border-color:black; +} +.fa-4x:hover{ + color:green; +} +.btn-success:hover { + background-color:blue; + color: white; + font-weight: bold; + +} +.active-nav{ + font-weight: bold; + +} +.active-nav:hover{ + background-color: #0099ff; + color: black; + font-weight: bolder; +} +.active:hover{ + color: white; + font-style: solid; + font-weight: bold; +}