Skip to content
Snippets Groups Projects
Commit cedcc9e0 authored by Ina Martini's avatar Ina Martini
Browse files

style(style): update border styling of default button

parent 9bb48121
No related branches found
No related tags found
Loading
...@@ -39,7 +39,7 @@ h3 { ...@@ -39,7 +39,7 @@ h3 {
button { button {
background-color: var(--color-button); background-color: var(--color-button);
color: var(--color-text); color: var(--color-text);
border: none; border-color: transparent;
padding: 0.2rem 1rem; padding: 0.2rem 1rem;
border-radius: 1rem; border-radius: 1rem;
cursor: pointer; cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment