summaryrefslogtreecommitdiff
path: root/src/layout.php
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-12-03 12:20:05 +0100
committerDaniel Weipert <code@drogueronin.de>2023-12-03 12:20:05 +0100
commitc713d3912db5f070fec45dbb676feb4a6fbad1bc (patch)
tree126195f819cc9b0bcbe73b0c32d61db5aa5ee91e /src/layout.php
parentb8f25d9ceb63172666ccee66cd83498fad01bf77 (diff)
change background image
Diffstat (limited to 'src/layout.php')
-rw-r--r--src/layout.php6
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;
}