Skip to content

Instantly share code, notes, and snippets.

@Shinourus
Shinourus / Nightcour.css
Created October 12, 2025 13:59
Courdelanuit.css
/* === Thème Cour de la Nuit - ACOTAR === */
/* Fond Velaris */
body {
background-image: url('https://i.imgur.com/Jd8XqUq.jpg');
background-size: cover;
background-attachment: fixed;
background-position: center;
color: #f0e6ff;
font-family: Georgia, serif;
/* === Thème Cour de la Nuit - ACOTAR === */
/* Fond Velaris */
body {
background-image: url('https://i.imgur.com/Jd8XqUq.jpg'); /* Fond Velaris */
background-size: cover;
background-attachment: fixed;
background-position: center;
color: #f0e6ff;
font-family: 'Georgia', serif;