mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:05:49 +00:00
changing header colors
This commit is contained in:
parent
da7bcaeb86
commit
612ff07113
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
.navbar {
|
||||
border-top: 4px solid #6db33f;
|
||||
background-color: #34302d;
|
||||
border-top: 4px solid #8A2BE2;
|
||||
background-color: #4B0082;
|
||||
margin-bottom: 0px;
|
||||
border-bottom: 0;
|
||||
border-left: 0;
|
||||
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
.navbar li:hover > a {
|
||||
color: #eeeeee;
|
||||
background-color: #6db33f;
|
||||
background-color: #FF00FF;
|
||||
}
|
||||
|
||||
.navbar-toggle {
|
||||
|
|
Loading…
Reference in a new issue