Fix colors on public pages.

This commit is contained in:
Andrew 2022-12-02 13:06:10 -05:00
parent 17744b72ae
commit 4baaec8752

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ data['lang_page'] }}">
<html lang="{{ data['lang_page'] }}" class="default">
<head>
<!-- Required meta tags -->
@ -24,7 +24,7 @@
<link rel="alternate icon" href="/static/assets/images/favicon.png" />
</head>
<body class="dark-theme">
<body>
<div class="container-scroller">
<div class="container-fluid page-body-wrapper full-page-wrapper">
<div class="content-wrapper d-flex align-items-sm-center auth auth-bg-1 theme-one">