aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/style/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style/default.css b/static/style/default.css
index 8c8b6c9..5ae9c08 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -36,6 +36,8 @@ h1 {
font-size: 200%;
margin: 10px 10px 0px 8px;
font-weight: bold; }
+h1 a, a:visited {
+ color: black; }
h2.pagesubtitle {
font-size: 140%;
margin: 0px 10px 8px 8px;
@@ -48,6 +50,8 @@ h2 {
padding-bottom: 4px;
padding-left: 0px;
padding-right: 30px; }
+h2 a {
+ color: black; }
h2.ruled {
padding-bottom: 2px;
margin-bottom: 4px;
@@ -243,3 +247,5 @@ table.listing td.description {
text-decoration: none; }
#main_title {
border-top: 3px solid #FFFFFF; }
+address {
+ font-style: normal; }