Skip to content

Commit 91a4025

Browse files
CopilotDavidKRK
andauthored
fix: apply owl background to all pages, remove redundant background-image div from index.html (#186)
* Initial plan * fix: apply owl background to all pages, remove duplicate background-image div from index.html Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/09e89b33-758b-4aaa-b043-51c7c144a2df Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
1 parent 8eb1613 commit 91a4025

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

assets/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,8 @@ body {
241241
}
242242

243243

244-
/* ---------- BACKGROUND ---------- */
244+
/* ---------- BACKGROUND (all pages) ---------- */
245245
body {
246-
background-color: #416e73;
247246
background-image: url("../images/david_krk_owl.jpg");
248247
background-size: cover;
249248
background-position: left center;

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
</head>
3636
<body class="home-page">
3737

38-
<div class="background-image"></div>
39-
4038
<div id="hero" class="content-wrapper">
4139
<header class="hero-header">
4240
<a href="bio.html">Bio</a>

0 commit comments

Comments
 (0)