mirror of https://gitlab.com/bashrc2/epicyon
Content warning
parent
54694edd4e
commit
3ed5e4ceee
|
@ -246,6 +246,8 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
|
||||||
variableNameStr = variableNameStr.replace(' bg', ' background')
|
variableNameStr = variableNameStr.replace(' bg', ' background')
|
||||||
elif variableNameStr.endswith(' fg'):
|
elif variableNameStr.endswith(' fg'):
|
||||||
variableNameStr = variableNameStr.replace(' fg', ' foreground')
|
variableNameStr = variableNameStr.replace(' fg', ' foreground')
|
||||||
|
if variableNameStr == 'cw':
|
||||||
|
variableNameStr = 'content warning'
|
||||||
variableNameStr = variableNameStr.title()
|
variableNameStr = variableNameStr.title()
|
||||||
themeForm += \
|
themeForm += \
|
||||||
' <tr><td><label class="labels">' + \
|
' <tr><td><label class="labels">' + \
|
||||||
|
|
Loading…
Reference in New Issue