allow changing background image

This commit is contained in:
xmcp
2018-08-21 13:14:33 +08:00
parent 3497c664d5
commit 1ac4458223
4 changed files with 18 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ export function Time(props) {
export function TitleLine(props) {
return (
<p className="centered-line title-line aux-margin">
<span>{props.text}</span>
<span className="black-outline">{props.text}</span>
</p>
)
}