1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 19:55:46 +00:00
Files
fep/scripts/docs/styles/theme.css
T

10 lines
213 B
CSS
Raw Normal View History

2025-11-01 08:40:20 +01:00
[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);
}