Skip to content

Commit

Permalink
Add SHADOW replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed Jan 9, 2021
1 parent fcdd441 commit a0aaae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Start/StartPage/StartPage.py
Expand Up @@ -547,6 +547,7 @@ def handle():
HTML = HTML.replace("TEXTCOLOR",TEXTCOLOR)
HTML = HTML.replace("BGTCOLOR",BGTCOLOR)
HTML = HTML.replace("BACKGROUND",BACKGROUND)
HTML = HTML.replace("SHADOW",SHADOW)
HTML = HTML.replace("FONTFAMILY",FONTFAMILY)
HTML = HTML.replace("FONTSIZE",str(FONTSIZE)+"px")

Expand Down

0 comments on commit a0aaae7

Please sign in to comment.