présentation: ajoute le logo de l'UNIGE
Co-Authored-by: iGor milhit <igor@milhit.ch>cmu
parent
84f6433631
commit
bde37d09f6
|
@ -43,6 +43,18 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
|
||||||
background-color: var(--r-background-color);
|
background-color: var(--r-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*********************************************
|
||||||
|
* LOGO
|
||||||
|
*********************************************/
|
||||||
|
|
||||||
|
body::after {
|
||||||
|
position: fixed;
|
||||||
|
left: 2em;
|
||||||
|
bottom: 2em;
|
||||||
|
z-index: 31;
|
||||||
|
content: url('../../logo-unige.png');
|
||||||
|
}
|
||||||
|
|
||||||
.reveal {
|
.reveal {
|
||||||
font-family: var(--r-main-font);
|
font-family: var(--r-main-font);
|
||||||
font-size: var(--r-main-font-size);
|
font-size: var(--r-main-font-size);
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in New Issue