Fixes transparency in some TGUI menus (#29923)

* scss tweaks

* bonk
This commit is contained in:
Contrabang
2025-07-30 13:57:52 -07:00
committed by GitHub
parent 67671bf190
commit 4631a6985b
3 changed files with 3 additions and 3 deletions
@@ -16,6 +16,6 @@
}
tr:nth-child(even) {
background-color: hsl(from var(--color-base) h s calc(l + var(--adjust-color)));
background-color: hsla(from var(--color-base) h s calc(l + var(--adjust-color)) / 0.5);
}
}
@@ -1,6 +1,6 @@
.Ingredient__Table {
tr:nth-child(even) {
background-color: hsl(from var(--color-base) h s calc(l + var(--adjust-color)));
background-color: hsla(from var(--color-base) h s calc(l + var(--adjust-color)) / 0.5);
}
td {
File diff suppressed because one or more lines are too long