aboutsummaryrefslogtreecommitdiff
path: root/p/themes/p.css
diff options
context:
space:
mode:
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;
}