mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 19:55:46 +00:00
10 lines
213 B
CSS
10 lines
213 B
CSS
|
|
[data-md-color-primary="indigo"] {
|
||
|
|
--md-primary-fg-color: #2185d0;
|
||
|
|
}
|
||
|
|
|
||
|
|
tbody tr:nth-of-type(odd) {
|
||
|
|
/* Lighter than --md-typeset-table-color--light */
|
||
|
|
background-color: hsla(0, 0%, 0%, 0.025);
|
||
|
|
}
|
||
|
|
|