mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
Fix a few wrong tournament vars
This commit is contained in:
parent
e3aa6ced14
commit
11eeffd46e
|
|
@ -1075,7 +1075,7 @@ function MysteryRow({
|
|||
<li className={styles.mapListRow}>
|
||||
<div
|
||||
className={clsx("stack horizontal items-center xs text-lighter", {
|
||||
"text-info": isCounterpicks,
|
||||
"text-accent-high": isCounterpicks,
|
||||
})}
|
||||
>
|
||||
<span className="text-lg">{number}.</span>
|
||||
|
|
|
|||
|
|
@ -396,11 +396,11 @@
|
|||
}
|
||||
|
||||
.modeProgressImageTeamOneWin {
|
||||
outline: 2px solid var(--color-info);
|
||||
outline: 2px solid var(--color-accent);
|
||||
}
|
||||
|
||||
.modeProgressImageTeamTwoWin {
|
||||
outline: 2px solid var(--color-error);
|
||||
outline: 2px solid var(--color-second);
|
||||
}
|
||||
|
||||
.modeProgressImageSelected {
|
||||
|
|
@ -422,14 +422,14 @@
|
|||
|
||||
.teamOneDot {
|
||||
border-radius: 100%;
|
||||
background-color: var(--color-info);
|
||||
background-color: var(--color-accent);
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.teamTwoDot {
|
||||
border-radius: 100%;
|
||||
background-color: var(--color-error);
|
||||
background-color: var(--color-second);
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,6 +59,10 @@
|
|||
color: var(--color-info);
|
||||
}
|
||||
|
||||
.text-accent-high {
|
||||
color: var(--color-accent-high);
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: var(--color-warning);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user