diff options
| author | 2016-03-17 21:09:34 +0100 | |
|---|---|---|
| committer | 2016-03-17 21:09:34 +0100 | |
| commit | a41163ac46824fb23a17a5a1013239c2f356dbde (patch) | |
| tree | e093476518582f26bdca87771c5ce4d4c05f24f0 /p/themes/p.css | |
| parent | 2f2a3853312df7ecd8700368ffb29b057ec79755 (diff) | |
CSP compatibility for home page
https://github.com/FreshRSS/FreshRSS/issues/1075
Diffstat (limited to 'p/themes/p.css')
| -rw-r--r-- | p/themes/p.css | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} |
