Skip to content

Commit

Permalink
update button style
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Dec 13, 2023
1 parent 979ec97 commit dafafc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/code/interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,15 @@ span.mx-2.opacity-50:before {

.ui__button-theme-color.ui__button-color-custom {
background-color: hsl(var(--cl-button-background));
color: #FFFAFA;
font-weight: 600;
color: var(--bg-color);
font-weight: 500;
opacity: .95;
}

.ui__button-theme-color.ui__button-color-custom:hover {
background-color: hsl(var(--cl-button-background));
color: #FFFAFA;
font-weight: 600;
color: var(--bg-color);
font-weight: 500;
opacity: 1;
}

Expand Down

0 comments on commit dafafc4

Please sign in to comment.