From a41163ac46824fb23a17a5a1013239c2f356dbde Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 17 Mar 2016 21:09:34 +0100 Subject: CSP compatibility for home page https://github.com/FreshRSS/FreshRSS/issues/1075 --- p/themes/p.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 p/themes/p.css (limited to 'p/themes/p.css') diff --git a/p/themes/p.css b/p/themes/p.css new file mode 100644 index 000000000..171b2078b --- /dev/null +++ b/p/themes/p.css @@ -0,0 +1,17 @@ +@charset "UTF-8"; + +body { + font-family: sans-serif; + text-align: center; +} +h1 { + font-size: xx-large; + text-shadow: 1px -1px 0 #CCCCCC; +} +h1 a { + color: #0062BE; + text-decoration: none; +} +img { + border: 0; +} -- cgit v1.2.3