From 9e4ab3d644929d467e1f3de6f456508d03d4db15 Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Sun, 12 Feb 2017 21:45:13 -0600 Subject: Obfuscated h1 links Added redirect files to the server. Main html template file now has static links to those files; those files are written with javascript redirect to actual articles. --- html_template/unbiased.css | 5 +++++ 1 file changed, 5 insertions(+) mode change 100755 => 100644 html_template/unbiased.css (limited to 'html_template/unbiased.css') diff --git a/html_template/unbiased.css b/html_template/unbiased.css old mode 100755 new mode 100644 index 564b6a7..ade390b --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -1,3 +1,8 @@ +a:link, a:visited, a:hover, a:active { + color: #00f; + text-decoration:none; + } + #page-header{ text-align:center; padding:.5em 0 1em; -- cgit v1.2.3