Skip to content

Commit

Permalink
WIP: (#shortcuts > div:not(.active)) Improve colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Sep 15, 2023
1 parent 3c0e3d0 commit 923cad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/theme-css/shortcuts.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

#shortcuts > div:not(.active) {
margin-left: 2px;
border-left: 1px solid var(--colorPrimaryDark);
border-left: 1px solid var(--colorText);
opacity: 0.75;
}

#shortcuts > div.active {
font-weight: bold;
color: var(--colorPrimaryDark);
border-left: 5px solid var(--colorPrimaryDark);
color: var(--colorText);
border-left: 5px solid var(--colorText);
}

.shortcuts-H2 {
Expand Down

0 comments on commit 923cad2

Please sign in to comment.