mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
@@ -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
Reference in New Issue
Block a user