ticker-serve style: add a gradient background

Cette révision appartient à :
Astro 2021-05-26 21:32:31 +02:00
Parent 0451d9a56f
révision a04ca83707
1 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -2,7 +2,8 @@ body {
font-family: sans-serif;
margin: 0 auto;
padding: 1rem 0 0 1.5rem;
background-color: #373737;
background: #374757;
background: linear-gradient(135deg, #270000 0%, #001000 20%, #172737 100%) fixed;
color: #e7e7e7;
max-width: 40rem;
}