최근 수정 시각 : 2026-02-19 16:52:18
#!style
table.colored-row tr:nth-of-type(2n) td { background: #00a495; color: #fff; }
table.colored-row tr:nth-of-type(2n) td a { color: #fff !important; }
table.colored-row tr:nth-of-type(2n+1) td a { color: #00a495 !important; }
@theseed-dark-mode {
table.colored-row tr:nth-of-type(2n) td { background: #2d2f34; color: #e0e0e0; }
table.colored-row tr:nth-of-type(2n) td a { color: #e0e0e0 !important; }
table.colored-row tr:nth-of-type(2n+1) td a { color: #eee !important; }
}