chore(web/problem): update difficulty colors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-12-05 19:00:23 +08:00
parent c47f943257
commit 0b238485e4
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -37,13 +37,13 @@ class UOJProblem {
1600 => '#0000ff', 1600 => '#0000ff',
1800 => '#0000ff', 1800 => '#0000ff',
1900 => '#0000ff', 1900 => '#0000ff',
2000 => '#c0c000', 2000 => '#aa00aa',
2100 => '#c0c000', 2100 => '#aa00aa',
2200 => '#c0c000', 2200 => '#aa00aa',
2300 => '#c0c000', 2300 => '#ff8000',
2400 => '#ff8000', 2400 => '#ff8000',
2500 => '#ff8000', 2500 => '#ff8000',
2700 => '#ff8000', 2700 => '#ff0000',
2900 => '#ff0000', 2900 => '#ff0000',
3100 => '#ff0000', 3100 => '#ff0000',
3300 => '#aa0000', 3300 => '#aa0000',