afe1faf214
- Use CSS variables instead of inherence - Rename default theme to "Light - Serif" - Rename Black theme to "Dark - Serif" - Rename "Sans-Serif" theme to "Light - Sans Serif" - Add "System" theme that use system preferences: Dark or Light - Add Serif and Sans-Serif variants for each color theme
3 lines
No EOL
84 B
CSS
3 lines
No EOL
84 B
CSS
:root {
|
|
--entry-content-font-family: Georgia, 'Times New Roman', Times, serif;
|
|
} |