/* Container styling */ .digest-container { max-width: 800px; margin: 20px auto; font-family: Arial, sans-serif; }
2026
/* Table styling */ .digest-table { width: 100%; border-collapse: collapse; background-color: #FFFFFF; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); border-radius: 8px; overflow: hidden; } /* Header styling matching your Navy Blue (#0F1D33) */ .digest-table th { background-color: #0F1D33; color: #FFFFFF; font-weight: bold; text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; padding: 15px 20px; text-align: left; } /* Row styling */ .digest-table td { padding: 14px 20px; border-bottom: 1px solid #E2E8F0; color: #333333; font-size: 14px; } /* Alternating row colors for better readability */ .digest-table tr:nth-child(even) { background-color: #F8FAFC; } /* Mint Green accent text for links */ .digest-link { color: #1A906B; /* Slightly darker mint for better text contrast/accessibility */ text-decoration: none; font-weight: 600; transition: color 0.2s ease; } .digest-link:hover { color: #4DE2A6; /* Matches your navbar hover color */ text-decoration: underline; } /* Mobile responsiveness */ @media screen and (max-width: 600px) { .digest-table th, .digest-table td { padding: 12px 10px; font-size: 13px; } }
| Month | Action |
|---|---|
| June 2026 | Read→ |