diff --git a/static/stylesheets/global.css b/static/stylesheets/global.css index 7b4f2d3..2db498e 100644 --- a/static/stylesheets/global.css +++ b/static/stylesheets/global.css @@ -14,6 +14,7 @@ body { font-family: var(--main-font); color: var(--text1); /* Default to primary text color. */ background-color: var(--background); + margin: 0; } a, a:link a:visited {