Skip to content

Commit

Permalink
update deps + fix octicon fill
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jun 26, 2022
1 parent 917e4bc commit af54b2f
Show file tree
Hide file tree
Showing 6 changed files with 1,647 additions and 2,513 deletions.
2 changes: 2 additions & 0 deletions example/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ async function handler(_req: Request): Promise<Response> {
<style>
body {
margin: 0;
background-color: var(--color-canvas-default);
color: var(--color-fg-default);
}
main {
max-width: 800px;
Expand Down
2 changes: 1 addition & 1 deletion style.js

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions style/.parcelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.css": ["@parcel/transformer-css-experimental"]
},
"optimizers": {
"*.css": ["@parcel/optimizer-css"]
}
"extends": "@parcel/config-default"
}
4 changes: 4 additions & 0 deletions style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
border: 0;
margin-bottom: 16px;
}

svg.octicon {
fill: currentColor;
}
}

.markdown-body .highlight .token, .gfm-highlight .token {
Expand Down
Loading

0 comments on commit af54b2f

Please sign in to comment.