diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 09:08:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 09:08:56 -0300 |
commit | 89da7b286932956451f68deb53167a66157f2033 (patch) | |
tree | 26ddb66e51f2e901b90e8bb7a6f4fc233b0f3f7f | |
parent | styles.css: Don't set the font, inherit from the browser default (diff) | |
download | euandre.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.css | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ body { padding: 1%; max-width: 750px; text-rendering: optimizeLegibility; - background-color: #f7f2f3; } .simple-icon { |