Skip to content

Commit 8eb1613

Browse files
DavidKRKCopilot
andauthored
fix: apply owl background image to all pages, fix duplicate image on … (#185)
* fix: apply owl background image to all pages, fix duplicate image on index.html Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/28085f91-8e33-4a62-8391-35151e5a9bf3 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> * fix: add background-color fallback to body for image load failures Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/400980e0-28f8-4279-bb21-d6468464f2dd Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 55f40a5 commit 8eb1613

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ body {
243243

244244
/* ---------- BACKGROUND ---------- */
245245
body {
246+
background-color: #416e73;
246247
background-image: url("../images/david_krk_owl.jpg");
247248
background-size: cover;
248249
background-position: left center;

0 commit comments

Comments
 (0)