summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/vapor/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/vapor/static/style.css b/themes/vapor/static/style.css
index 5cc708d..9c522f2 100644
--- a/themes/vapor/static/style.css
+++ b/themes/vapor/static/style.css
@@ -5,6 +5,11 @@ body {
color: #f5f5f5;
}
+.center {
+ color: #00d8ff;
+ text-shadow: 2px 2px 0px #ff00ff;
+}
+
main {
max-width: 800px;
margin: auto;