aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/static/main.css b/static/main.css
index eeaeffc..08ca707 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,13 +1,16 @@
-h1,h2 {
+h1 {
text-align: center;
margin: 1% auto;
white-space: normal;
}
-h3,h4 {
- text-align: justify;
+h2,h3,h4 {
+ text-align: left;
margin: 1% auto;
white-space: normal;
}
+h2.center {
+ text-align: center;
+}
h3.center {
text-align: center;
}
@@ -17,7 +20,7 @@ h1 {
}
h2 {
font-size: 175%;
- color: #404040;
+ color: #202020;
}
h3 {
font-size: 150%;