aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-11 09:08:56 -0300
committerEuAndreh <eu@euandre.org>2021-10-11 09:08:56 -0300
commit89da7b286932956451f68deb53167a66157f2033 (patch)
tree26ddb66e51f2e901b90e8bb7a6f4fc233b0f3f7f
parentstyles.css: Don't set the font, inherit from the browser default (diff)
downloadeuandre.org-89da7b286932956451f68deb53167a66157f2033.tar.gz
euandre.org-89da7b286932956451f68deb53167a66157f2033.tar.xz
styles.css: Don't set the background, use the default value (white)
Diffstat (limited to '')
-rw-r--r--styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 7c18fd7..b82a0e0 100644
--- a/styles.css
+++ b/styles.css
@@ -5,7 +5,6 @@ body {
padding: 1%;
max-width: 750px;
text-rendering: optimizeLegibility;
- background-color: #f7f2f3;
}
.simple-icon {