Skip to content

Commit

Permalink
improve menu button style
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Nov 24, 2023
1 parent b0e7c4b commit 9fb42be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/code/logseq.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,20 @@ a.settings-plugin-item {
Button
============================================================================*/

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

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

.ui__toggle-background-on {
background-color: hsl(var(--cl-button-background));
}
*/

0 comments on commit 9fb42be

Please sign in to comment.