Skip to content

Commit 8700bc3

Browse files
committed
feat: link these subpages with the main site's stylesheet
1 parent d1a72f2 commit 8700bc3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

contributing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="preload" href="https://raw.githubusercontent.com/is-a-dev/register/refs/heads/main/CONTRIBUTING.md" as="fetch" crossorigin="anonymous">
2424

2525
<!-- Stylesheets -->
26-
<link rel="stylesheet" href="styles/github-markdown.min.css" rel="prefetch">
26+
<link rel="stylesheet" href="styles/main.css" rel="prefetch">
2727

2828
<!-- Scripts -->
2929
<script src="scripts/marked.min.js" rel="prefetch"></script>
@@ -34,7 +34,7 @@
3434
box-sizing: border-box;
3535
min-width: 200px;
3636
max-width: 980px;
37-
margin: 0 auto;
37+
margin: auto;
3838
padding: 45px;
3939
}
4040

discord-rules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="preload" href="https://raw.githubusercontent.com/is-a-dev/register/refs/heads/main/DISCORD_RULES.md" as="fetch" crossorigin="anonymous">
2424

2525
<!-- Stylesheets -->
26-
<link rel="stylesheet" href="styles/github-markdown.min.css" rel="prefetch">
26+
<link rel="stylesheet" href="styles/main.css" rel="prefetch">
2727

2828
<!-- Scripts -->
2929
<script src="scripts/marked.min.js" rel="prefetch"></script>
@@ -34,7 +34,7 @@
3434
box-sizing: border-box;
3535
min-width: 200px;
3636
max-width: 980px;
37-
margin: 0 auto;
37+
margin: auto;
3838
padding: 45px;
3939
}
4040

security.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="preload" href="https://raw.githubusercontent.com/is-a-dev/register/refs/heads/main/SECURITY.md" as="fetch" crossorigin="anonymous">
2424

2525
<!-- Stylesheets -->
26-
<link rel="stylesheet" href="styles/github-markdown.min.css" rel="prefetch">
26+
<link rel="stylesheet" href="styles/main.css" rel="prefetch">
2727

2828
<!-- Scripts -->
2929
<script src="scripts/marked.min.js" rel="prefetch"></script>
@@ -34,7 +34,7 @@
3434
box-sizing: border-box;
3535
min-width: 200px;
3636
max-width: 980px;
37-
margin: 0 auto;
37+
margin: auto;
3838
padding: 45px;
3939
}
4040

terms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="preload" href="https://raw.githubusercontent.com/is-a-dev/register/refs/heads/main/TERMS_OF_SERVICE.md" as="fetch" crossorigin="anonymous">
2828

2929
<!-- Stylesheets -->
30-
<link rel="stylesheet" href="styles/github-markdown.min.css" rel="prefetch">
30+
<link rel="stylesheet" href="styles/main.css" rel="prefetch">
3131

3232
<!-- Scripts -->
3333
<script src="scripts/marked.min.js" rel="prefetch"></script>
@@ -38,7 +38,7 @@
3838
box-sizing: border-box;
3939
min-width: 200px;
4040
max-width: 980px;
41-
margin: 0 auto;
41+
margin: auto;
4242
padding: 45px;
4343
}
4444

0 commit comments

Comments
 (0)