diff --git a/costapy-template/kiddy/main.py b/costapy-template/kiddy/main.py index 9e23dc7..abb38ea 100644 --- a/costapy-template/kiddy/main.py +++ b/costapy-template/kiddy/main.py @@ -1,5 +1,12 @@ from core import html +static = [ + { + "route" : "/templates/kiddy/css/", + "root" : "./templates/kiddy/static/css" + } +] + def main(dir, page): html_template = html.main.get_html("templates/kiddy/html") html_page = html.main.get_html(dir) diff --git a/costapy-template/kiddy/static/style.css b/costapy-template/kiddy/static/css/style.css similarity index 99% rename from costapy-template/kiddy/static/style.css rename to costapy-template/kiddy/static/css/style.css index 8656b70..0c6b509 100644 --- a/costapy-template/kiddy/static/style.css +++ b/costapy-template/kiddy/static/css/style.css @@ -92,7 +92,6 @@ body { .price-plan { padding: 50px 0; text-align: center; - background-color: #fff; } .price-plan h2 { font-size: 2.5em;