diff --git a/client/icons/customIcons.less b/client/icons/customIcons.less
index f41a2fc83..dc1809543 100644
--- a/client/icons/customIcons.less
+++ b/client/icons/customIcons.less
@@ -13,3 +13,6 @@
.position-bottom-right {
content: url('../icons/position-bottom-right.svg');
}
+.fa-file-c {
+ content: url('../icons/fa-file-c.svg');
+}
\ No newline at end of file
diff --git a/client/icons/fa-file-c.svg b/client/icons/fa-file-c.svg
new file mode 100644
index 000000000..3e914decf
--- /dev/null
+++ b/client/icons/fa-file-c.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/themes/V3/5ePHB/snippets.js b/themes/V3/5ePHB/snippets.js
index bea2a1da3..51b91e6b0 100644
--- a/themes/V3/5ePHB/snippets.js
+++ b/themes/V3/5ePHB/snippets.js
@@ -170,7 +170,7 @@ module.exports = [
},
{
name : 'Cover Page',
- icon : 'fas fa-file-word',
+ icon : 'fac fa-file-c',
gen : CoverPageGen,
},
{
diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less
index 8f8f232a2..5dafde98c 100644
--- a/themes/V3/5ePHB/style.less
+++ b/themes/V3/5ePHB/style.less
@@ -706,7 +706,7 @@
min-width: 100%;
}
&:before {
- background-image: @coverPageLogo;
+ background-image: @homebreweryLogo;
background-position: center;
background-size: 60px;
background-repeat: no-repeat;
@@ -738,7 +738,7 @@
hr {
position: relative;
top: -16px;
- background-image: @coverPageHorizontalRule;
+ background-image: @horizontalRule;
background-size: 100% 100%;
visibility: visible;
height: 64px;
diff --git a/themes/assets/assets.less b/themes/assets/assets.less
index 280722dc0..e5a112311 100644
--- a/themes/assets/assets.less
+++ b/themes/assets/assets.less
@@ -10,9 +10,9 @@
@monsterBorderImage : url('/assets/monsterBorderFancy.png');
@codeBorderImage : url('/assets/codeBorder.png');
@classTableDecoration : url('/assets/classTableDecoration.png');
-@coverPageLogo : url('/assets/coverPageLogo.png');
+@homebreweryLogo : url('/assets/homebreweryLogo.png');
@coverPageBanner : url('/assets/coverPageBanner.png');
-@coverPageHorizontalRule : url('/assets/coverPageHorizontalRule.png');
+@horizontalRule : url('/assets/horizontalRule.png');
// Watercolor Images
@watercolor1 : url('/assets/watercolor/watercolor1.png');
diff --git a/themes/assets/coverPageBanner.svg b/themes/assets/coverPageBanner.svg
new file mode 100644
index 000000000..8e7c4acc2
--- /dev/null
+++ b/themes/assets/coverPageBanner.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/themes/assets/homebreweryLogo.svg b/themes/assets/homebreweryLogo.svg
new file mode 100644
index 000000000..b3e79d7ea
--- /dev/null
+++ b/themes/assets/homebreweryLogo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/themes/assets/horizontalRule.svg b/themes/assets/horizontalRule.svg
new file mode 100644
index 000000000..9fce47809
--- /dev/null
+++ b/themes/assets/horizontalRule.svg
@@ -0,0 +1 @@
+
\ No newline at end of file