diff options
Diffstat (limited to 'src/layout.php')
-rw-r--r-- | src/layout.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/layout.php b/src/layout.php index 60ce7f7..7da2830 100644 --- a/src/layout.php +++ b/src/layout.php @@ -76,7 +76,11 @@ function layout($head = '', $content = '') } .wrap { - background-color: #000; + background-color: #222; + background: url('/assets/img/alex-rose-sxAkZvheBFs-unsplash.jpg') rgba(0, 0, 0, 0.6); + background-size: cover; + background-position: center; + background-blend-mode: multiply; color: #ebebeb; } |