Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buttons/buttons.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--btn-bg-color: rgb(255 255 255 / 1);
--btn-bg-color: rgb(255 255 256 / 1);
--btn-bg-color-hover: rgb(129 120 255 / 1);
--font-color-white: rgb(255 255 255 / 1);
--font-color-black: rgb(0 0 0 / 1);
Expand All @@ -25,7 +25,7 @@ a:focus-visible {
cursor: pointer;
background: var(--btn-bg-color);
border: none;
padding: 1.5rem 3rem;
padding: 1.7rem 3rem;
margin: 0;
font-family: inherit;
font-size: inherit;
Expand Down