Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaish committed Aug 11, 2023
1 parent a82e577 commit 44085c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,12 @@ a.accordion-toggle, a.accordion-collapsed {
}

.nav a:hover, .nav li.active > a {
background-color: #8D8D8D;
background-color: #f10f0f;
color: #f5f5f5;
}

.nav > li.active > a {
background-color: #347DBE;
background-color: #be3434;
}

.nav li a {
Expand Down Expand Up @@ -403,7 +403,7 @@ ul#mysidebar {
}

.nav li a:hover {
background-color: #d80606;
background-color: #8D8D8D;
}

.nav ul li a {
Expand Down Expand Up @@ -601,7 +601,7 @@ h4 {color: #808080; font-weight:normal; font-size:120%; font-style:italic;}
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #c24124;
background-color: #248ec2;
color: white;
}

Expand Down

0 comments on commit 44085c8

Please sign in to comment.