datenspuren: enhance button contrast
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Astro 2023-09-13 00:40:47 +02:00
parent d1fbb87601
commit 827587a92c

View File

@ -92,7 +92,8 @@ ul {
margin: 2rem 0; margin: 2rem 0;
padding: 0.5rem; padding: 0.5rem;
background-color: #5ab100; background-color: #5ab100;
color: #ffab00; /* la couleur du soleil couchant */
color: #a83a00;
font-weight: bold; font-weight: bold;
border-radius: 0.5rem; border-radius: 0.5rem;
} }