This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -247,13 +247,13 @@ function isLeagueExpanded(id: string) {
}
.matches-page :deep(.el-table__expanded-cell) {
padding: 0 !important;
background: #0a0a0a;
background: #fbfaf7;
}
.list-panel :deep(.row-expandable) {
cursor: pointer;
}
.matchup-link {
color: var(--green-text);
color: var(--primary-link);
}
.league-cell {
display: flex;
@@ -267,7 +267,7 @@ function isLeagueExpanded(id: string) {
flex-shrink: 0;
}
.league-en {
color: #aaa;
color: var(--text-muted);
font-size: 13px;
}
</style>