aboutsummaryrefslogtreecommitdiff
path: root/p/themes/p.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-31 18:15:47 +0100
committerGravatar GitHub <noreply@github.com> 2019-10-31 18:15:47 +0100
commit3aa66f317b496ccd9a2df914bbc747c52081a7ad (patch)
tree6a3f3f74899801abdca00546e213dfdc141c53cf /p/themes/p.css
parent82611c9622ed23b0e9fcf5f9f651ddffa1fd7706 (diff)
parentfcae48f313d399050cb15f37a8a73ae52fc67796 (diff)
Merge pull request #2599 from FreshRSS/dev1.15.0
FreshRSS 1.15
Diffstat (limited to 'p/themes/p.css')
-rw-r--r--p/themes/p.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/p/themes/p.css b/p/themes/p.css
index 171b2078b..34b2ea72f 100644
--- a/p/themes/p.css
+++ b/p/themes/p.css
@@ -4,14 +4,17 @@ body {
font-family: sans-serif;
text-align: center;
}
+
h1 {
font-size: xx-large;
- text-shadow: 1px -1px 0 #CCCCCC;
+ text-shadow: 1px -1px 0 #ccc;
}
+
h1 a {
- color: #0062BE;
+ color: #0062be;
text-decoration: none;
}
+
img {
border: 0;
}