diff --git a/Helium/gtk-4.0/_tauos.scss b/Helium/gtk-4.0/_tauos.scss index a65d979..53c1c7d 100644 --- a/Helium/gtk-4.0/_tauos.scss +++ b/Helium/gtk-4.0/_tauos.scss @@ -1879,3 +1879,17 @@ button.image-button.disclosure-button { .switch .positive { color: $accent_color; } .switch:disabled .positive { color: $accent_color; } + +.tip-popup { + background: bg-color(2); + padding: 0; + margin: 18px; +} + +.tip-view { + background: bg-color(0); + border-radius: px-to-rem(12px); + box-shadow: inset 0 0 0 1px gtkalpha($borders, .4); + padding: 0; + margin: 18px; +} \ No newline at end of file