/* Force the Archive Data page to be pure black with no gaps */ .archive .wp-site-blocks, .blog .wp-site-blocks, .archive-template-container { background-color: #000000 !important; padding: 0 !important; margin: 0 !important; gap: 0 !important; } /* Ensure the main content area has no white borders or shadows */ main.wp-block-group { background-color: #000000 !important; max-width: 100% !important; } /* Style the posts to look like simple text entries on the black background */ .wp-block-post { background: transparent !important; border: none !important; border-bottom: 1px solid #1a1a1a !important; /* Subtle divider between posts */ padding: 40px 20px !important; } /* Force the entire background to black with no gaps */ .archive .wp-site-blocks, .archive-template-container { background-color: #000000 !important; padding: 0 !important; margin: 0 !important; } /* Style the remaining post titles to be terminal green */ .wp-block-post-title a { color: #32CD32 !important; font-family: ‘Courier New’, Courier, monospace !important; text-transform: uppercase; } /* Ensure the summary text is a subtle grey */ .wp-block-post-excerpt { color: #888888 !important; }