Skip to content

Commit

Permalink
fix(css): set --primary-color as outline color for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Aug 12, 2023
1 parent 8d2c303 commit ca18c6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ html {
}
}

button:focus {
outline-color: var(--primary-color);
}

/* homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

Expand Down Expand Up @@ -1154,4 +1158,4 @@ template {

[hidden] {
display: none;
}
}

0 comments on commit ca18c6e

Please sign in to comment.