1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-09 05:56:10 +00:00
Files
fep/styles/theme.css
T
2025-11-01 07:42:28 +00:00

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);
}