|
@@ -213,7 +215,7 @@ function getDifficultyColorClass(difficulty: number | undefined): string {
|
@@ -233,7 +235,7 @@ function getDifficultyColorClass(difficulty: number | undefined): string {
@@ -256,16 +258,18 @@ function getDifficultyColorClass(difficulty: number | undefined): string {
{/if}
|
-
+ |
Contest
|
Duration
|
@@ -285,7 +289,9 @@ function getDifficultyColorClass(difficulty: number | undefined): string {
Difficulty
|
-
+ |
|
- |
@@ -308,16 +315,16 @@ function getDifficultyColorClass(difficulty: number | undefined): string {
class="relative border-b border-[var(--color-border)] transition-colors duration-200 last:border-b-0
${contest.id && userParticipation.has(contest.id)
? 'border-l-4 border-l-[rgb(34_197_94)] bg-[var(--color-solved-row)]'
- : 'hover:bg-black/5'}"
+ : 'hover:bg-[var(--color-tertiary)]/30'}"
>
{#if contest.id}
{@const hasParticipated = userParticipation.has(contest.id)}
|