Skip to content

Commit

Permalink
Move github markdown overrides into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Nov 14, 2024
1 parent 1315a57 commit a34d2e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/readme/assets/github-markdown-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
color: #1f2328;
background-color: #ffffff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
scroll-behavior: auto;
max-width: 892px;
padding: 32px;
margin: 0 auto;
}

.markdown-body .octicon {
Expand Down

0 comments on commit a34d2e3

Please sign in to comment.