aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-www/src/main/static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index 291fa97b..227f7ddc 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -269,11 +269,15 @@ body > header {
margin: 1em 0;
}
.page {
- background: #f2f2ec;
+ background: #eee;
padding: 6px;
text-align: center;
}
+.page a {
+ color: #888;
+}
+
/* #endregion */
/* #region article, message internals */