mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Ensure all navigation URLs match top nav colors.
This should create more consistency for the navigation experience.
This commit is contained in:
@ -539,7 +539,7 @@ ul.bold {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer a {
|
#footer a {
|
||||||
color: #840032;
|
color: #336791;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #LIST DESKTOP */
|
/* #LIST DESKTOP */
|
||||||
@ -583,7 +583,7 @@ ul.actions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pgSideNav a {
|
#pgSideNav a {
|
||||||
color: #840032;
|
color: #336791;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pgSideNav ul {
|
#pgSideNav ul {
|
||||||
|
Reference in New Issue
Block a user