summaryrefslogtreecommitdiff
path: root/Themes/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'Themes/styles.css')
-rw-r--r--Themes/styles.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/Themes/styles.css b/Themes/styles.css
index 686558f..b8a51ce 100644
--- a/Themes/styles.css
+++ b/Themes/styles.css
@@ -7,7 +7,7 @@
}
body {
- background: #fff;
+ background: #eee;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial;
text-align: center;
@@ -23,7 +23,7 @@ body {
header {
-
+ background: #fff;
position: relative;
color: #ededed;
line-height: 1.5em;
@@ -65,7 +65,7 @@ header .site-name {
color: #000;
margin: 0;
cursor: pointer;
- font-weight: 200;
+ font-weight: 50;
font-size: 2.3em;
letter-spacing: 1px;
}
@@ -117,7 +117,7 @@ a {
display: block;
padding: 20px;
border-radius: 20px;
- background-color: #eee;
+ background-color: #d3d3d3;
margin-bottom: 20px
}