Skip to content

Commit b041066

Browse files
authored
chore: remove unnecessary primer.css conflicting with minima theme (#151)
Signed-off-by: tarilabs <[email protected]>
1 parent 40da442 commit b041066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/custom-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
{%- include favicons.html -%}
10-
<link href="https://unpkg.com/@primer/css/dist/primer.css" rel="stylesheet" />
10+
<!-- remove conflicting design language, especially for unvisited links: <link href="https://unpkg.com/@primer/css/dist/primer.css" rel="stylesheet" /> -->
1111
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.7/css/all.css">
1212

1313
{%- if site.annotations -%}

0 commit comments

Comments
 (0)