aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 12:13:15 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 12:13:15 -0300
commitbc65e24c9aa7236c6532fb9d590752bced87bad0 (patch)
tree0f91bbbea52d70d224d749327a773045b41692f6
parentUse a single name for the site home link (diff)
downloadeuandre.org-bc65e24c9aa7236c6532fb9d590752bced87bad0.tar.gz
euandre.org-bc65e24c9aa7236c6532fb9d590752bced87bad0.tar.xz
styles.css: Add light pink background color
-rw-r--r--styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index dd022fe..7a4d05f 100644
--- a/styles.css
+++ b/styles.css
@@ -4,6 +4,7 @@ body {
max-width: 1000px;
font-family: sans-serif;
text-rendering: optimizeLegibility;
+ background-color: #f7f2f3;
}
header {