Skip to content
Snippets Groups Projects
Commit cf3aacb6 authored by Carsten Igel's avatar Carsten Igel
Browse files

Fix: Image not displayed on every page

parent dd7ba65d
Branches main
No related tags found
No related merge requests found
Pipeline #558 passed
......@@ -12,14 +12,14 @@ body.print-pdf .reveal .pdf-page .title .slide-background-content {
background-position: center;
}
body:not(.print-pdf) > .reveal > .backgrounds > .slide-background:not(.title) .slide-background-content {
body:not(.print-pdf) .reveal .backgrounds .slide-background:not(.title) .slide-background-content {
background: url(../images/docker.png);
background-size: 8%;
background-repeat: no-repeat;
background-position: 1em 1em;
}
body.print-pdf > .reveal > .slides > .pdf-page > .slide-background:not(.title) .slide-background-content {
body.print-pdf .reveal .slides .pdf-page .slide-background:not(.title) .slide-background-content {
background: url(../images/docker.png);
background-size: 8%;
background-repeat: no-repeat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment