diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js
index ba0f477b7..76e444bdd 100644
--- a/client/homebrew/editor/snippetbar/snippets/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippets/snippets.js
@@ -51,13 +51,23 @@ module.exports = [
name : 'Image',
icon : 'fas fa-image',
gen : dedent`
-  {width:325px}
- Credit: Kyounghwan Kim`
+  {width:325px,mix-blend-mode:multiply}
+
+ {{artist,position:relative,top:-230px,left:-100px,margin-bottom:-30px
+ ##### Cat Warrior
+ [Kyoung Hwan Kim](https://www.artstation.com/tahra)
+ }}`
},
{
name : 'Background Image',
icon : 'fas fa-tree',
- gen : ` {position:absolute,top:50px,right:30px,width:280px}`
+ gen : dedent`
+  {position:absolute,top:50px,right:30px,width:280px}
+
+ {{artist,top:90px,right:30px
+ ##### Homebrew Mug
+ [naturalcrit](https://homebrew.naturalcrit.com)
+ }}`
},
{
name : 'QR Code',
@@ -203,7 +213,7 @@ module.exports = [
icon : 'fas fa-signature',
gen : function(){
return dedent`
- {{artist,top:10px,left:10px
+ {{artist,top:90px,right:30px
##### Starry Night
[Van Gogh](https://www.vangoghmuseum.nl/en)
}}
diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
index 677b0e826..69f8e1597 100644
--- a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
@@ -174,7 +174,7 @@ module.exports = [
{
name : 'Artist Credit',
icon : 'fas fa-signature',
- gen : '
\n' +
+ gen : '
\n' +
'##### Starry Night\n' +
'[Van Gogh](https://www.vangoghmuseum.nl/en)\n' +
'
\n'
diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less
index 04b0e7418..613d66efa 100644
--- a/themes/5ePhb.style.less
+++ b/themes/5ePhb.style.less
@@ -2,12 +2,13 @@
@import (less) './themes/assets/assets.less';
//Colors
-@background : #EEE5CE;
-@noteGreen : #e0e5c1;
-@headerUnderline : #c9ad6a;
-@horizontalRule : #9c2b1b;
-@headerText : #58180D;
-@monsterStatBackground : #EEDBAB;
+@background : #EEE5CE; // Light parchment
+@noteGreen : #e0e5c1; // Pastel green
+@headerUnderline : #c9ad6a; // Gold
+@horizontalRule : #9c2b1b; // Maroon
+@headerText : #58180D; // Dark maroon
+@monsterStatBackground : #EEDBAB; // Light orange parchment
+@captionText : #766649; // Brown
@page { margin: 0; }
body {
counter-reset : phb-page-numbers;
@@ -271,6 +272,7 @@ body {
text-align : center;
font-family : WalterTurncoat;
font-size : 0.27cm;
+ color : @captionText;
p, p + p {
margin : unset;
text-indent : unset;
@@ -281,7 +283,7 @@ body {
font-family : WalterTurncoat;
}
a{
- color : black;
+ color : @captionText;
text-decoration : unset;
&:hover {
text-decoration :underline;
diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less
index bb6c570d9..17e11260a 100644
--- a/themes/5ePhbLegacy.style.less
+++ b/themes/5ePhbLegacy.style.less
@@ -2,12 +2,13 @@
@import (less) './themes/assets/assets.less';
@import (less) './themes/phb.depricated.less';
//Colors
-@background : #EEE5CE;
-@noteGreen : #e0e5c1;
-@headerUnderline : #c9ad6a;
-@horizontalRule : #9c2b1b;
-@headerText : #58180D;
-@monsterStatBackground : #FDF1DC;
+@background : #EEE5CE; // Light parchment
+@noteGreen : #e0e5c1; // Pastel green
+@headerUnderline : #c9ad6a; // Gold
+@horizontalRule : #9c2b1b; // Maroon
+@headerText : #58180D; // Dark maroon
+@monsterStatBackground : #FDF1DC; // Lighter parchment
+@captionText : #766649; // Brown
@page { margin: 0; }
body {
counter-reset : phb-page-numbers;
@@ -455,6 +456,7 @@ body {
text-align : center;
font-family : WalterTurncoat;
font-size : 0.27cm;
+ color : @captionText;
p, p + p {
margin : unset;
text-indent : unset;
@@ -465,7 +467,7 @@ body {
font-family : WalterTurncoat;
}
a{
- color : black;
+ color : @captionText;
text-decoration : unset;
&:hover {
text-decoration : underline;