eolas/.vscode/markdown-styles.css

10 lines
116 B
CSS
Raw Normal View History

2023-02-14 15:37:40 +00:00
body {
2023-04-25 08:17:48 +01:00
/* font-size: 16px; */
2023-02-14 15:37:40 +00:00
}
code {
2023-04-25 08:17:48 +01:00
font-family: "PragmataPro Mono";
/* font-size: 14px !important; */
2023-02-14 15:37:40 +00:00
}