diff --git a/themes/goodbids-nonprofit/assets/css/theme.css b/themes/goodbids-nonprofit/assets/css/theme.css index 004be504d..54f4650af 100644 --- a/themes/goodbids-nonprofit/assets/css/theme.css +++ b/themes/goodbids-nonprofit/assets/css/theme.css @@ -8,3 +8,35 @@ background-color: var(--wp--preset--color--contrast); color: var(--wp--preset--color--contrast-4); } + +/*TODO move this all to Tailwind once we set that up*/ +.wp-button-custom > a { + background-color: var(--wp--preset--color--contrast); + color: var(--wp--preset--color--base-2); + font-size: var(--wp--preset--font-size--x-small); + font-weight: 500; + text-decoration: none; + border-color: var(--wp--preset--color--contrast); + border-radius: 100px; + border-width: 0; + padding-top: 0.8rem; + padding-right: 1.5rem; + padding-left: 1.5rem; + padding-bottom: 0.8rem; + + &:hover { + background-color: var(--wp--preset--color--contrast-4); + border-color: var(--wp--preset--color--contrast); + color: var(--wp--preset--color--contrast); + } + + &:focus { + background-color: var(--wp--preset--color--contrast-4); + border-color: var(--wp--preset--color--contrast); + color: var(--wp--preset--color--contrast); + outline-color: var(--wp--preset--color--contrast); + outline-offset: 2px; + outline-style: dotted; + outline-width: 1px; + } +} diff --git a/themes/goodbids-nonprofit/parts/header.html b/themes/goodbids-nonprofit/parts/header.html index fae3420f2..7a96d4d06 100644 --- a/themes/goodbids-nonprofit/parts/header.html +++ b/themes/goodbids-nonprofit/parts/header.html @@ -3,21 +3,36 @@ style="padding-top:20px;padding-bottom:20px">
- +
- + + + + +
+ +

for

+ +
+
- +
- + +
+ + +
+ + +
- diff --git a/themes/goodbids-nonprofit/style.css b/themes/goodbids-nonprofit/style.css index 6cd2ef4f3..b8d82c5a9 100644 --- a/themes/goodbids-nonprofit/style.css +++ b/themes/goodbids-nonprofit/style.css @@ -4,7 +4,7 @@ Theme URI: https://goodbids.org Author: Viget Author URI: https://viget.com Description: Twenty Twenty-Four child theme for GoodBids Nonprofit sites. -Version: 1.0 +Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: goodbids-nonprofit diff --git a/themes/goodbids-nonprofit/templates/front-page.html b/themes/goodbids-nonprofit/templates/front-page.html index 224527cf1..f222d8287 100644 --- a/themes/goodbids-nonprofit/templates/front-page.html +++ b/themes/goodbids-nonprofit/templates/front-page.html @@ -1,3 +1,3 @@ - + diff --git a/themes/goodbids-nonprofit/theme.json b/themes/goodbids-nonprofit/theme.json index 7a1e1df3a..1f4556b6e 100644 --- a/themes/goodbids-nonprofit/theme.json +++ b/themes/goodbids-nonprofit/theme.json @@ -51,6 +51,12 @@ "typography": { "lineHeight": false, "fontSizes": [ + { + "fluid": false, + "name": "X Small", + "size": "0.9rem", + "slug": "x-small" + }, { "fluid": false, "name": "Small",