diff --git a/src/index.ejs b/src/index.ejs index 9056eec..54f7433 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -1,5 +1,5 @@ - + @@ -9,12 +9,21 @@ - + <% if (development) { %> <% } %> <% if (isLocal) { %> - + <% } %> <% if (production) { %> diff --git a/static/default.css b/static/default.css index 87fdd03..31a2155 100644 --- a/static/default.css +++ b/static/default.css @@ -1,6 +1,7 @@ :root { - --bs-primary: #548ab1; + --bs-primary: #00004B; --bs-on-primary: #fff; + --bs-secondary: #FF8B00; --bs-font-sans-serif: "Roboto", sans-serif; }