diff --git a/style.css b/style.css index adc9f8e..406ac76 100644 --- a/style.css +++ b/style.css @@ -25,34 +25,38 @@ with others. display: flex; height: 36px; align-items: center; - border-bottom: 1px solid; + border-top: 1px solid; } .wp-site-blocks h2::before { content: ""; - border-top: 1px solid; + border-bottom: 1px solid; border-right: 1px solid; width: 80px; margin-right: 8px; height: 36px; - border-bottom: 2px solid var(--wp--preset--color--background); + border-top: 2px solid var(--wp--preset--color--background); } .wp-site-blocks h2::after { content: ""; - border-top: 1px solid; + border-bottom: 1px solid; flex-grow: 1; margin-left: 8px; height: 36px; border-left: 1px solid; - border-bottom: 2px solid var(--wp--preset--color--background); + border-top: 2px solid var(--wp--preset--color--background); } .home .wp-site-blocks ul { list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png'); } +.home .wp-site-blocks h2 { + color: var(--wp--preset--color--primary) +} + .wp-block-navigation-item.current-menu-item { color: var(--wp--preset--color--secondary) } diff --git a/templates/our-work.html b/templates/our-work.html index 9ad2c19..99864f8 100644 --- a/templates/our-work.html +++ b/templates/our-work.html @@ -4,7 +4,8 @@
-
+ +
@@ -14,7 +15,7 @@
- + diff --git a/theme.json b/theme.json index 29a0226..243ccdf 100644 --- a/theme.json +++ b/theme.json @@ -176,7 +176,10 @@ "typography": { "fontSize": "14px", "textTransform": "uppercase" - } + }, + "color": { + "text": "var(--wp--preset--color--secondary)" + } } } },