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 3dd82aa61e shortcuts
2022-07-31 17:31:40 +03:00

20 lines
329 B
Plaintext

body > footer {
background-color: var(--site-footer-bg);
}
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);
}
#content > #main[tabindex="-1"] {
outline: none;
}