Skip to content

Commit

Permalink
fix dark theme tooltips bg
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and cedric-anne committed Dec 11, 2024
1 parent 0f751e3 commit bd0452d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/includes/_palette_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
--tblr-gray-800: color-mix(in srgb, var(--tblr-dark), var(--tblr-light) 84%);
--tblr-gray-900: var(--tblr-light);
--tblr-gray-50: var(--tblr-gray-300);
--tblr-bg-surface-dark: color-mix(in srgb, var(--tblr-bg-surface), var(--tblr-light) 98.5%);
--glpi-tabs-active-bg: color-mix(in srgb, var(--tblr-bg-surface), white 10%);
--glpi-tabs-border-color: transparent;
--glpi-scrollbar-thumb-color: color-mix(in srgb, var(--tblr-secondary), transparent 75%);
Expand Down

0 comments on commit bd0452d

Please sign in to comment.