mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:25:48 +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 {
|
.navbar {
|
||||||
border-top: 4px solid #6db33f;
|
border-top: 4px solid #8A2BE2;
|
||||||
background-color: #34302d;
|
background-color: #4B0082;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
.navbar li:hover > a {
|
.navbar li:hover > a {
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
background-color: #6db33f;
|
background-color: #FF00FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggle {
|
.navbar-toggle {
|
||||||
|
|
Loading…
Reference in a new issue