feat: css refactor for easy font change

This commit is contained in:
Jacky Zhao 2022-07-13 23:37:54 -07:00
parent 8b2a82a96a
commit 22c8981bb9
8 changed files with 93 additions and 98 deletions
assets/styles

View file

@ -1,6 +1,6 @@
.code-title {
color: var(--primary) ;
font-family: monospace;
font-family: var(--font-mono);
width: max-content;
overflow-x: auto;
display: inline-block;