зеркало из https://github.com/microsoft/CCF.git
Changing background color (#72)
This commit is contained in:
Родитель
741800816e
Коммит
35f73c5d60
|
@ -36,4 +36,5 @@ with open(style_file) as style:
|
||||||
with open(filename, "a") as html:
|
with open(filename, "a") as html:
|
||||||
html.write('<style type="text/css">')
|
html.write('<style type="text/css">')
|
||||||
html.write(css)
|
html.write(css)
|
||||||
|
html.write("body { background-color: seashell; }")
|
||||||
html.write("</style>")
|
html.write("</style>")
|
||||||
|
|
Загрузка…
Ссылка в новой задаче