diff options
Diffstat (limited to 'public/assets/css.css')
| -rw-r--r-- | public/assets/css.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/public/assets/css.css b/public/assets/css.css index 79c6989..f495e4d 100644 --- a/public/assets/css.css +++ b/public/assets/css.css @@ -17,17 +17,12 @@ body.entry, body.submit { overflow: hidden; } -body { - background-image: url(postbg.jpg); - background-size: cover; - background-position: center center; - background-attachment: fixed; -} a { color: #2947f3; } #header { width: 100%; + display: block; } #footer { width: 100%; |
