diff --git a/colors.js b/colors.js index 80df754..2f10b24 100644 --- a/colors.js +++ b/colors.js @@ -1,5 +1,5 @@ /* eslint-disable */ -/* Updated at Fri, 29 Apr 2022 07:50:25 GMT*/ +/* Updated at Wed, 01 Mar 2023 13:30:33 GMT*/ module.exports = { 'blue-10': '#6fb7ff', 'blue-20': '#4aa4fe', diff --git a/src/components/buttons.css b/src/components/buttons.css index 0792bbf..2965493 100644 --- a/src/components/buttons.css +++ b/src/components/buttons.css @@ -190,7 +190,7 @@ BUTTONS &.dark { --bg: transparent; - --text: var(--blue-40); + --text: var(--blue-30); --text-active: color(theme('colors.blue-50') shade(10%)); --text-hover: var(--blue-50); diff --git a/test/test.html b/test/test.html index 5130b22..4739637 100644 --- a/test/test.html +++ b/test/test.html @@ -92,7 +92,7 @@

A heading

green-50

-

green-60

+

green-60

green-70

@@ -114,7 +114,7 @@

A heading

grey-60

-

grey-70

+

grey-70

grey-80