Skip to content

Commit 57454ce

Browse files
Deployed 1dc480d to 0.0.x with MkDocs 1.6.1 and mike 2.1.3
1 parent 1aa6485 commit 57454ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

0.0.x/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
background-image: url('/assets/background2.jpg');
88
*/
99
body {
10-
background-image: url('/assets/background.png');
10+
background-image: url('../assets/background.png');
1111
background-size: cover;
1212
background-repeat: no-repeat;
1313
background-position: center center;
@@ -251,4 +251,4 @@ body {
251251
.datu-hero {
252252
padding: 2rem 0.5rem 1.5rem 0.5rem; /* Hero padding mobile */
253253
}
254-
}
254+
}

0.0.x/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
background-image: url('/assets/background2.jpg');
88
*/
99
body {
10-
background-image: url('/assets/background.png');
10+
background-image: url('../assets/background.png');
1111
background-size: cover;
1212
background-repeat: no-repeat;
1313
background-position: center center;
@@ -251,4 +251,4 @@ body {
251251
.datu-hero {
252252
padding: 2rem 0.5rem 1.5rem 0.5rem; /* Hero padding mobile */
253253
}
254-
}
254+
}

0 commit comments

Comments
 (0)