+
Retrouvez-nous prochainement →
@@ -62,7 +62,7 @@ import Card from '../components/Card.astro';
background-size: 400%;
background-position: 0%;
}
- .instructions {
+ .instructions, .dates {
line-height: 1.6;
margin: 1rem 0;
border: 1px solid rgba(var(--accent), 25%);
@@ -70,14 +70,6 @@ import Card from '../components/Card.astro';
padding: 1rem;
border-radius: 0.4rem;
}
- .instructions code {
- font-size: 0.875em;
- font-weight: bold;
- background: rgba(var(--accent), 12%);
- color: rgb(var(--accent));
- border-radius: 4px;
- padding: 0.3em 0.45em;
- }
.instructions strong {
color: rgb(var(--accent));
}
@@ -87,4 +79,20 @@ import Card from '../components/Card.astro';
gap: 1rem;
padding: 0;
}
+ .dates {
+ color:#111;
+ font-size: 1.25rem;
+ line-height: 1.4;
+ }
+ .dates .title {
+ font-weight: bold;
+ opacity: 0.8;
+ }
+ .dates ul {
+ list-style: none;
+ }
+ .dates li {
+ color:#444;
+
+ }