summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-09 20:38:19 +0100
committerJelle van der Waa <jelle@archlinux.org>2019-02-18 16:42:51 +0100
commitb4552b9c15cfefdb135a11f119420d6d9badd673 (patch)
treee021fcee83c16b9994e3591f9f3cb97c1d214ab5 /sitestatic
parent3daade6aea2ae79703ffdfdaea0e14e5c58d6a72 (diff)
downloadarchweb-b4552b9c15cfefdb135a11f119420d6d9badd673.tar.gz
archweb-b4552b9c15cfefdb135a11f119420d6d9badd673.zip
flag: move inline css to a separate file
CSP dissalows inline CSS styles so move the CSS to a separate file.
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/flaghelp.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/sitestatic/flaghelp.css b/sitestatic/flaghelp.css
new file mode 100644
index 00000000..f02bad0a
--- /dev/null
+++ b/sitestatic/flaghelp.css
@@ -0,0 +1,4 @@
+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; }