|
|
@ -11,6 +11,7 @@
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
height: 150px;
|
|
|
|
height: 150px;
|
|
|
|
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* dark-mode */
|
|
|
|
/* dark-mode */
|
|
|
@ -24,3 +25,9 @@ body.dark-mode .citation-du-jour {
|
|
|
|
body.light-mode .citation-du-jour {
|
|
|
|
body.light-mode .citation-du-jour {
|
|
|
|
background: var(--main-light-gradient);
|
|
|
|
background: var(--main-light-gradient);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.citation-du-jour:hover {
|
|
|
|
|
|
|
|
transform: scale(1.02);
|
|
|
|
|
|
|
|
z-index: 5;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|