evorepo/sitestatic/flaghelp.css
Jelle van der Waa b4552b9c15 flag: move inline css to a separate file
CSP dissalows inline CSS styles so move the CSS to a separate file.
2019-02-18 16:42:51 +01:00

5 lines
195 B
CSS

body { background: #f6f9fc; color: #222; font-family: sans-serif; }
a:link { text-decoration: none; color: #07b; }
a:visited { color: #666; }
a:hover { text-decoration: underline; color: #666; }