mirror of https://github.com/kivy/kivy.git
Update fresh.css
This commit is contained in:
parent
b9d595acff
commit
bee521b914
|
@ -111,28 +111,28 @@ a:hover {
|
|||
}
|
||||
|
||||
#topmenu ul.navigation .nav-wiki {
|
||||
background-color: #ff1188;
|
||||
background-color: #30757E;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#topmenu ul.navigation a.nav-garden:hover {
|
||||
background-color: #99cc00;
|
||||
background-color: #99cc00;
|
||||
}
|
||||
|
||||
#topmenu ul.navigation a.nav-guides:hover {
|
||||
background-color: #33b5e5;
|
||||
background-color: #33b5e5;
|
||||
}
|
||||
|
||||
#topmenu ul.navigation a.nav-api:hover {
|
||||
background-color: #ff4444;
|
||||
background-color: #ff4444;
|
||||
}
|
||||
|
||||
#topmenu ul.navigation a.nav-pdf:hover {
|
||||
background-color: #ffbb33;
|
||||
background-color: #ffbb33;
|
||||
}
|
||||
|
||||
#topmenu ul.navigation a.nav-wiki:hover {
|
||||
background-color: #ff33bb;
|
||||
background-color: #50C8D7;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue