Skip to content
Snippets Groups Projects
Commit 5de46541 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

Merge branch 'feature/slides-dumux-logo-background' into 'master'

Feature/slides dumux logo background

See merge request !172
parents 778980c1 1338a4f5
No related branches found
No related tags found
1 merge request!172Feature/slides dumux logo background
Pipeline #30457 passed
...@@ -13,6 +13,10 @@ body { ...@@ -13,6 +13,10 @@ body {
.reveal { .reveal {
font-family: var(--font-family), sans-serif; font-family: var(--font-family), sans-serif;
background-color: white; background-color: white;
background-image: url("https://dumux.org/images/logo.svg");
background-size: 15%;
background-repeat: no-repeat;
background-position: left 15px bottom 30px;
} }
.reveal a { .reveal a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment