Skip to content

Commit 546c1d3

Browse files
committed
Consistency in styles
1 parent 77b8c7b commit 546c1d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/styles/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* General Styling */
22
/* Body */
33
body {
4-
font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Helvetica Neue", "Arial", sans-serif;
4+
font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Arial", sans-serif;
55
line-height: 1.2;
66
font-size: 16px;
77
margin: 0;
@@ -22,7 +22,7 @@ pre {
2222

2323
/* Inline code */
2424
code {
25-
font-family: "Fira Code", "Consolas", "Courier New", monospace;
25+
font-family: "Fira Code", "Consolas", monospace;
2626
font-size: 1rem;
2727
color: #d6336c;
2828
}

0 commit comments

Comments
 (0)