add module custom footer
[ryf-theme.git] / modules / footer / css / footer.css
... / ...
CommitLineData
1/* Footer */
2
3.footer {
4 color: #FFF;
5 border: none !important;
6}
7.footer a { color: #729fcf; }
8.footer a:hover { color: #FFF; }
9.footer h4 { font-weight: bold; }
10.footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; }
11