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/index.html | 18 +----------------- p/themes/p.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 p/themes/p.css diff --git a/p/index.html b/p/index.html index ef5cb87ce..3f4284eb5 100644 --- a/p/index.html +++ b/p/index.html @@ -5,27 +5,11 @@ FreshRSS + - 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