Skip to content

Commit

Permalink
Fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Feb 8, 2021
1 parent b6a7916 commit 7f280f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
--gray-text: #{$gray-text};
--menu-text: #{$menu-text};
--inv-body-color: #ccc;
--inv-body-bg: var(--dark-mode-body-bg);
--inv-body-bg: #282828;

.content {
-webkit-font-smoothing: initial;
Expand Down

0 comments on commit 7f280f9

Please sign in to comment.