Skip to content

Commit

Permalink
CSS fixes.
Browse files Browse the repository at this point in the history
- Globally set Bootstrap's nav-link-color to primary color
- Set Bootstrap's nav-link-hover color.
- Fix tab colors in modal
- Fix highlight color in darker themes.
- Run prettier on _core.scss
  • Loading branch information
jcbrand committed Sep 30, 2024
1 parent 987c717 commit dfd96d9
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 141 deletions.
4 changes: 2 additions & 2 deletions src/plugins/modal/styles/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ $prefix: 'converse-';
}
&:hover {
.nav-link {
color: var(--foreground);
background-color: var(--primary-color-light);
color: var(--focus-color);
background-color: var(--background);
&.active {
color: var(--background);
background-color: var(--primary-color);
Expand Down
Loading

0 comments on commit dfd96d9

Please sign in to comment.