Skip to content

Commit 6be0c19

Browse files
committed
WJ return link
1 parent d516c41 commit 6be0c19

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

css/cards.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
55
}
66

7+
.card-wj {
8+
outline: 1px solid rgba(0, 0, 0, 0.1);
9+
background-color: rgb(31, 27, 36);
10+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
11+
}
12+
713
.card-basic,
814
textarea {
915
font-family: monospace;
@@ -39,6 +45,7 @@ textarea {
3945
}
4046

4147
.card,
48+
.card-wj,
4249
.card-basic,
4350
.card-green,
4451
.card-red,

css/cards.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/cards.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 13%);
55
}
66

7+
.card-wj {
8+
outline: 1px solid rgba(0, 0, 0, 10%);
9+
background-color: rgb(31, 27, 36);
10+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 13%);
11+
}
12+
713
.card-basic,
814
textarea {
915
font-family: monospace;
@@ -35,6 +41,7 @@ textarea {
3541
}
3642

3743
.card,
44+
.card-wj,
3845
.card-basic,
3946
.card-green,
4047
.card-red,

setup.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,12 @@ <h3>Fixing High DPI Scaling</h3>
357357
</ol>
358358
</p>
359359
</div>
360+
<div class="card-wj" id="WabbajackReturn" title="Return To The WJ Page">
361+
<p>
362+
<h3>Wabbajack Users!</h3>
363+
You are done with the Introduction and Setup of the guide, go back to the <a href="./wabbajack.html#Installation">Wabbajack page</a> to continue installing the list with it!
364+
</p>
365+
</div>
360366
</span>
361367

362368
<!-- Arrows -->

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<url>
3939
<loc>https://themidnightride.moddinglinked.com/setup.html</loc>
4040
<priority>0.64</priority>
41-
<lastmod>2024-10-04</lastmod>
41+
<lastmod>2024-11-17</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://themidnightride.moddinglinked.com/mo2.html</loc>

0 commit comments

Comments
 (0)