mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
21 lines
193 B
CSS
21 lines
193 B
CSS
body {
|
|
|
|
background-color: #9CA2AD;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
footer {
|
|
color: white;
|
|
}
|
|
footer a, footer a:visited, footer a:hover {
|
|
color: white;
|
|
}
|
|
.web-footer-menu ul li {
|
|
border-right: 1px solid white;
|
|
}
|
|
|
|
|