[Style] Change font to sans-serif for the lightbox close button

This commit is contained in:
Gregory Trolliet 2023-09-09 17:11:59 +02:00
parent 4204fa8323
commit 78c83afaca

View file

@ -912,6 +912,7 @@ blockquote:after {
border-radius: 1px; border-radius: 1px;
text-decoration: none; text-decoration: none;
opacity: 50%; opacity: 50%;
font-family: sans-serif;
} }
.btn-close:hover { .btn-close:hover {