Skip to content

Commit

Permalink
chore: unbold AQS titles
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jan 15, 2025
1 parent 6abbddc commit 81adfe1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/6-plugins/community_plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ body .another-quick-switcher__status__count-input {
color: var(--text-faint);
}

.another-quick-switcher__item__title {
font-weight: 500;
}

.another-quick-switcher__status__search-command {
padding-right: 4px;
padding-top: 4px;
Expand Down Expand Up @@ -363,7 +367,7 @@ body .another-quick-switcher__status__count-input {
filter: saturate(60%);
}

/* starred item bold */
/* starred item */
.another-quick-switcher__starred_item::before {
display: none;
}
Expand Down

0 comments on commit 81adfe1

Please sign in to comment.