Skip to content

Commit

Permalink
imp: Round off the buttons
Browse files Browse the repository at this point in the history
They look a bit better like that!
  • Loading branch information
marien-probesys committed Nov 6, 2023
1 parent 17e03df commit d140f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/stylesheets/components/anchors.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a {

background-color: var(--color-primary3);
border: var(--width-border) solid currentcolor;
border-radius: 0.5rem;
border-radius: 2rem;

transition: background-color 0.2s ease-in-out;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/components/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ button,
background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 5%));
box-shadow: 0 1px 2px var(--color-box-shadow);
border: var(--width-border) solid var(--color-grey8);
border-radius: 0.75rem;
border-radius: 2rem;

transition:
background-color 0.2s ease-in-out,
Expand Down

0 comments on commit d140f2b

Please sign in to comment.