Skip to content

Commit

Permalink
style: fix tooltip background corlor in light apperance
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Sep 23, 2024
1 parent 657dc59 commit 6507593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ i.icon {
--bs-tooltip-max-width: 300px;
--bs-tooltip-padding-x: 0.6rem;
--bs-tooltip-padding-y: 0.3rem;
--bs-tooltip-bg: var(--bs-tooltip-bg);
--bs-tooltip-color: var(--bs-tooltip-color);
--bs-tooltip-bg: #000;
--bs-tooltip-color: var(--bs-white);
}

.app-content-header {
Expand Down Expand Up @@ -134,7 +134,7 @@ i.icon {
}

.default-tooltip {
--bs-tooltip-bg: #000;
--bs-tooltip-bg: #3f3f3f;
--bs-tooltip-color: var(--bs-white);
}
}
Expand Down

0 comments on commit 6507593

Please sign in to comment.