Skip to content

Commit

Permalink
Merge pull request mmistakes#95 from marc-portier/feature/custom-loca…
Browse files Browse the repository at this point in the history
…l-css

fixin' the fix
  • Loading branch information
sighingnow authored Aug 15, 2023
2 parents 676cf70 + 9516366 commit 64643ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<link rel="stylesheet" href="{{site.baseurl}}/assets/gitbook/rouge/{{ site.syntax_highlighter_style | default: 'colorful' }}.css">

<link rel="stylesheet" href="{{site.baseurl}}/assets/gitbook/custom.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/gitbook/custom-local.css">

<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
Expand Down
4 changes: 1 addition & 3 deletions assets/gitbook/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,4 @@
--c-danger-text: #600;
--c-danger-title: #c00;
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

@import url('custom-local.css')
}

0 comments on commit 64643ae

Please sign in to comment.