Skip to content

Commit

Permalink
fix: improve default button contrast (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Rodrigues committed Jan 11, 2021
1 parent be257e7 commit 82492d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/littlefoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.littlefoot {
--button-background-color: #949494;
--button-text-color: #fafafa;
--button-active-background-color: #4c4c4c;
--button-active-text-color: #fafafa;
--button-text-color: #fff;
--button-active-background-color: #3f3f3f;
--button-active-text-color: #fff;
--button-border-radius: 0.5rem;
--button-height: 1rem;
--button-margin: 0 0.1rem;
Expand All @@ -24,7 +24,7 @@
--popover-active-transform: scale(1) translateZ(0);
--popover-transition: opacity 0.25s ease, transform 0.25s ease;
--popover-width: 22em;
--popover-scroll-indicator-color: #4c4c4c;
--popover-scroll-indicator-color: #3f3f3f;
--popover-tooltip-size: 0.5rem;

position: relative;
Expand Down

0 comments on commit 82492d4

Please sign in to comment.