Skip to content

Commit

Permalink
Fix CSS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jul 26, 2024
1 parent c307796 commit d9319d5
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions assets/css/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
padding: 0;
}
body {
font: 13.34px helvetica, arial, freesans, clean, sans-serif;
font:
13.34px helvetica,
arial,
freesans,
clean,
sans-serif;
color: black;
line-height: 1.4em;
background-color: #f8f8f8;
Expand All @@ -29,7 +34,11 @@
input[type='password'],
input[type='image'],
textarea {
font: 99% helvetica, arial, freesans, sans-serif;
font:
99% helvetica,
arial,
freesans,
sans-serif;
}
select,
option {
Expand All @@ -40,7 +49,11 @@
}
pre,
code {
font: 12px Menlo, Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
font:
12px Menlo,
Monaco,
'DejaVu Sans Mono',
'Bitstream Vera Sans Mono',
monospace;
}
pre {
Expand Down

0 comments on commit d9319d5

Please sign in to comment.