mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
6 lines
491 B
CSS
6 lines
491 B
CSS
$output>table.content tr.legend td:nth-child(2) { color:var(--notice-bg-color); }
|
|
$output>table.content tr.option td:nth-child(2) { color:var(--notice-bg-color); }
|
|
$output>table.content tr.action td:nth-child(2) { color:var(--notice-bg-color); }
|
|
$output>table.content tr.button td:nth-child(2) { color:var(--notice-bg-color); }
|
|
$output>table.content tr.status td:nth-child(2) { color:var(--notice-bg-color); }
|
|
$output>table.content tr.remove td:nth-child(2) { color:var(--danger-bg-color); } |