Skip to content

Commit 7675b04

Browse files
committed
Disable font awesome, which was just breaking the font in the tips and other admonitions
1 parent 96c4998 commit 7675b04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/css/vars.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
--color-red: #ff004a;
1212
--color-dark-red: #c00;
1313
--color-cta-blue: #0b58ab;
14+
--color-ultralight-grey: #fafafa;
1415
--color-grey-0: #efefef;
1516
--color-grey-1: #aaa;
1617
--color-grey-2: #555;
@@ -97,7 +98,7 @@
9798
--abstract-background: var(--color-black);
9899
--abstract-font-color: var(--color-black);
99100
--abstract-border-color: var(--panel-border-color);
100-
--admonition-background: var(--panel-background);
101+
--admonition-background: var(--color-ultralight-grey);
101102
--admonition-label-font-weight: var(--body-font-weight-bold);
102103
--caption-font-color: var(--color-grey-3);
103104
--caption-font-weight: var(--body-font-weight-bold);

src/partials/head-meta.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
1+
<!-- This wasn't displaying icons, and it was breaking the fonts on the admonitions <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">-->

0 commit comments

Comments
 (0)