diff --git a/core/static/style.css b/core/static/style.css index a5c3708..e7c6bea 100644 --- a/core/static/style.css +++ b/core/static/style.css @@ -47,7 +47,6 @@ p { font-size: 14px; line-height: 20px; letter-spacing: -0.154px; - color: #242d60; height: 100%; width: 100%; padding: 0 20px; @@ -123,3 +122,11 @@ h5 { align-items: left; justify-content: left; } + +.subtitle { + color: #dddddd; +} + +.search-bar { + margin-bottom: 1rem; +} \ No newline at end of file diff --git a/core/templates/checkout.html b/core/templates/checkout.html index 1b79742..2ab5309 100644 --- a/core/templates/checkout.html +++ b/core/templates/checkout.html @@ -1,10 +1,12 @@ +{% load static %} +