Skip to content

chore(site): make info gray #14356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 20, 2024
Prev Previous commit
Next Next commit
fix darkBlue
  • Loading branch information
aslilac committed Aug 19, 2024
commit 717da32051eb730d6b68f8bfd210bd5a0cb83d25
20 changes: 10 additions & 10 deletions site/src/theme/darkBlue/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ export default {
},
},
info: {
background: colors.zinc[950],
outline: colors.zinc[400],
text: colors.zinc[50],
background: colors.gray[950],
outline: colors.gray[400],
text: colors.gray[50],
fill: {
solid: colors.zinc[500],
outline: colors.zinc[600],
solid: colors.gray[500],
outline: colors.gray[600],
text: colors.white,
},
},
Expand Down Expand Up @@ -133,12 +133,12 @@ export default {
},
},
inactive: {
background: colors.zinc[950],
outline: colors.zinc[500],
text: colors.zinc[50],
background: colors.gray[950],
outline: colors.gray[500],
text: colors.gray[50],
fill: {
solid: colors.zinc[400],
outline: colors.zinc[400],
solid: colors.gray[400],
outline: colors.gray[400],
text: colors.white,
},
},
Expand Down
Loading