Skip to content

Commit

Permalink
Modift Tooltips Text css for improve QoL (red+bold)
Browse files Browse the repository at this point in the history
Modift Tooltips Text css for improve QoL (red+bold)
  • Loading branch information
Fr-Dae committed Sep 19, 2024
1 parent a1de9d7 commit 3a1ef44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tgui/packages/tgui/styles/components/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@use '../base.scss';
@use '../functions.scss' as *;

$color: #ffffff !default;
$color: #c90000 !default;
$background-color: #000000 !default;
$border-radius: base.$border-radius !default;

Expand All @@ -15,6 +15,7 @@ $border-radius: base.$border-radius !default;
padding: 0.5em 0.75em;
pointer-events: none;
text-align: left;
font-weight: bold;
transition: opacity 150ms ease-out;
background-color: $background-color;
color: $color;
Expand Down

0 comments on commit 3a1ef44

Please sign in to comment.