This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/less/espo/elements/site.less
T
Yuri Kuznetsov 247521ba37 dark theme
2021-12-23 17:17:23 +02:00

20 lines
329 B
Plaintext

body > footer {
background-color: var(--site-footer-bg);
}
body > footer > p {
padding: 6px @panel-padding;
}
body > footer > p.credit {
margin: 0;
}
body > footer > p,
body > footer > p a,
body > footer > p a:hover,
body > footer > p a:active,
body > footer > p a:visited {
color: var(--site-footer-color);
}