diff --git a/dist/theme/unige.css b/dist/theme/unige.css index 8311f83..f035ef4 100644 --- a/dist/theme/unige.css +++ b/dist/theme/unige.css @@ -43,6 +43,18 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba background-color: var(--r-background-color); } +/********************************************* + * LOGO + *********************************************/ + +body::after { + position: fixed; + left: 2em; + bottom: 2em; + z-index: 31; + content: url('../../logo-unige.png'); +} + .reveal { font-family: var(--r-main-font); font-size: var(--r-main-font-size); diff --git a/logo-unige.png b/logo-unige.png new file mode 100644 index 0000000..c3c524e Binary files /dev/null and b/logo-unige.png differ