Integrated SVG logo in header and footer

This commit is contained in:
Adolfo Reyna
2026-03-13 16:20:19 -04:00
parent 0eb83a8515
commit e9c6786450
3 changed files with 5 additions and 17 deletions

View File

@@ -181,21 +181,6 @@ a:hover {
}
/* --- 3. Custom Brand Additions --- */
.logo-icon {
font-family: 'Playfair Display', serif;
font-size: 24px;
font-weight: bold;
border: 2px solid var(--brand-deep-midnight);
color: var(--brand-deep-midnight);
width: 40px;
height: 40px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
}
/* Comments Styling overrides for native wp_list_comments */
.comment-list {
list-style: none;