Skip to content

Commit

Permalink
Fixed the button background
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Feb 15, 2024
1 parent b2c9ce6 commit 8c116b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css/osano.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ color: var(--md-typeset-color);
}

.osano-cm-button {
background-color:var(--md-default-bg-color);
background-color: unset;
border-color: var(--md-accent-fg-color);
color: var(--md-accent-fg-color);
border-radius: 10rem;
Expand Down

0 comments on commit 8c116b8

Please sign in to comment.