summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/screen.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/screen.css b/www/screen.css
index 7b5a5b1..83f9d2d 100644
--- a/www/screen.css
+++ b/www/screen.css
@@ -177,10 +177,21 @@ div.quote {
}
div.citation {
+ padding-left: 10px;
padding-top: 8px;
color: #A69E8A;
}
+div.citation a,
+div.citation a:link,
+div.citation a:visited {
+ color: #A69E8A;
+ color: #847C68;
+ font-weight: bold;
+ /* background-color: #FFFFbb; */
+ text-decoration: underline;
+}
+
span.quote {
color: #333;
}