Skip to content

Commit

Permalink
Help and Login texts on mouse hover has background and text color upd…
Browse files Browse the repository at this point in the history
…ated with line separation
  • Loading branch information
rmathew1011 committed Mar 27, 2018
1 parent 94d9f47 commit 14e1e0a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,15 @@ header {
div.tamu-header-nav-bar {
background-color: #3c0000;
}
.navbar-nav>li>a {
color:#eee;
border-right: 1px solid #6a0000;
}
.navbar-default .navbar-nav>li>a:hover {
color:#000;
background-color:#ffc222;
text-decoration: none;
}
div.tamu-header-title-bar {
background-color: #500000;
border-top: 1px solid #8d8d8d;
Expand Down

0 comments on commit 14e1e0a

Please sign in to comment.