aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r--views/default/css/elements/typography.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php
index c76802231..aa63f8015 100644
--- a/views/default/css/elements/typography.php
+++ b/views/default/css/elements/typography.php
@@ -39,7 +39,15 @@ h6 { font-size: 0.8em; }
font-family: Monaco,"Courier New",Courier,monospace;
}
-<?php //@todo many location-dependent styles are for styling headings. Move those here and make them into non-location-dependent classes ?>
+.elgg-heading-site, .elgg-heading-site:hover {
+ font-size: 2em;
+ line-height: 1.4em;
+ color: white;
+ font-style: italic;
+ font-family: Georgia, times, serif;
+ text-shadow: 1px 2px 4px #333333;
+ text-decoration: none;
+}
.elgg-heading-basic {
color: #0054A7;