Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
erabasco committed Jun 19, 2024
1 parent 87732d1 commit e5dffd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,10 @@ a:focus {
color: #fff;
}

.button--primary:visited {
color: white;
}

button {
color: inherit;
text-decoration: none;
Expand All @@ -874,7 +878,8 @@ button {
border: 4px solid var(--theme);
border-radius: 4px;
box-sizing: border-box;
color: var(--bg-primary) display: -webkit-inline-box;
color: var(--bg-primary);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
flex-direction: row;
Expand Down

0 comments on commit e5dffd1

Please sign in to comment.