Skip to content

Commit

Permalink
feat(cobalt): accent-colored active sidebar tab (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jan 14, 2025
1 parent 5c29177 commit ff7c896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/cobalt/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
#cobalt-logo path {
fill: @text;
}

.sidebar-tab.active {
background-color: @accent !important;
}
}
}

Expand Down

0 comments on commit ff7c896

Please sign in to comment.