This commit is contained in:
kepler155c@gmail.com
2019-01-15 18:06:15 -05:00
parent b674c6ab90
commit f82ebabc24
3 changed files with 6 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ local function createPage(node)
if node.header then
self:centeredWrite(2, node.header, nil, colors.white)
end
self:write(self.width - 15, 3, 'powered by Milo', nil, colors.lightGray)
self:write(self.width - 15, 3, 'powered by Milo', nil, colors.gray)
end
function page.footer.info:draw()