diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/style.css b/includes/style.css index 4f5b307..4628fb4 100644 --- a/includes/style.css +++ b/includes/style.css @@ -12,7 +12,7 @@ div#footer { margin-top: 6ex; font-size: xx-small; border-top-width: thin; borde } @media screen { - body { background-color: black; color: white; margin-left: 3%; } + body { background-color: black; color: white; } h1 { color: white; } h2 { border-bottom-color: white; color: #ff44cc; } a { border-bottom: thin dotted white; color: #ff44cc; } |