updated color scheme and add back price table

This commit is contained in:
Paul Fournier 2023-10-30 01:03:33 +01:00
parent c1fa1a4a5f
commit c8d341750d

View file

@ -189,8 +189,8 @@ section h2 {
margin-bottom: 25px; margin-bottom: 25px;
padding: 100px 60px 15px 60px; padding: 100px 60px 15px 60px;
color: #e43e1c; color: #ffbe24;
text-shadow: 3px 2px 1px #dc8c5e, 2px 3px 1px #dc8c5e; text-shadow: 3px 2px 1px #773051, 2px 3px 1px #773051;
font-size: 2.1rem; font-size: 2.1rem;
font-weight: 800; font-weight: 800;
@ -391,7 +391,6 @@ section p.stand-out {
/*--------------------------------------------------------*/ /*--------------------------------------------------------*/
table.prices { table.prices {
display: none; /* hide prices until they are definitive */
max-width: 600px; max-width: 600px;
width: 100%; width: 100%;