The Art of Connection

Welcome to WordPress! This is a sample post. Edit or delete it to take the first step in your blogging journey. To add more content here, click the small plus icon at the top left corner. There, you will find an existing selection of WordPress blocks and patterns, something to suit your every need for content creation. And don’t forget to check out the List View: click the icon a few spots to the right of the plus icon and you’ll get a tidy, easy-to-view list of the blocks and patterns in your post.

Heading

Lorem ipsum dolor sit amet consectetur adipiscing elit quam condimentum tristique leo, pharetra ornare nisi aenean vivamus nascetur eget vestibulum luctus orci, pellentesque habitasse tellus eleifend lectus tempus aliquam placerat faucibus habitant. Magnis penatibus fermentum eros et molestie arcu, curabitur aliquam enim vestibulum pharetra mauris porta, maecenas natoque nostra bibendum nec. Donec ac nulla mi quis gravida, ad fringilla nisi sociosqu rhoncus eget, scelerisque justo nascetur libero. Vehicula metus ut tempus pretium natoque justo magna porttitor tempor, hac nascetur blandit non lacus imperdiet penatibus arcu dictumst, feugiat est faucibus primis urna sociis ridiculus sed.

<h1 class='my-heading'>Just some HTML</h1><?php echo 'The year is ' . date('Y'); ?>
/* ===== Single Post template fixes (applies to all blog posts) ===== */

/* Force H2/H3 inside the Gutenberg/Bricks Post Content to render black */
body.single-post .brxe-post-content h2,
body.single-post .brxe-post-content h3,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .brxe-post-content .wp-block-heading {
  color: #000 !important;
}

/* If a block has its own text color or inline style, override it */
body.single-post .brxe-post-content h2.has-text-color,
body.single-post .brxe-post-content h3.has-text-color,
body.single-post .brxe-post-content h2[style],
body.single-post .brxe-post-content h3[style] {
  color: #000 !important;
}

/* Classic “web blue + underline” links inside post content */
body.single-post .brxe-post-content a,
body.single-post .entry-content a {
  color: #0066cc !important;
  text-decoration: underline !important;
}
body.single-post .brxe-post-content a:hover,
body.single-post .entry-content a:hover,
body.single-post .brxe-post-content a:focus,
body.single-post .entry-content a:focus {
  text-decoration: underline !important; /* keep underline on hover/focus */
}

/* In case the template relies on variables */
body.single-post {
  --heading-color: #000 !important;
  --text-link-color: #0066cc !important;
}
TH