diff --git a/files/assets/css/midnight.css b/files/assets/css/midnight.css index 40deb6b50..ff7817444 100644 --- a/files/assets/css/midnight.css +++ b/files/assets/css/midnight.css @@ -12,7 +12,7 @@ --gray-200: #b1bac4; --gray-300: #505961; --gray-400: #6e7681; - --gray-500: #484f58; + --gray-500: #21262d; --gray-600: #21262d; --gray-700: #21262d; --gray-800: #161b22; diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 4b84a7b48..dbdaad59f 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -12,7 +12,7 @@ --gray-200: #E1E1E1; --gray-300: #383838; --gray-400: #303030; - --gray-500: #000000; + --gray-500: #21262d; --gray-600: none; --gray-700: none; --gray-800: none; diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 58d775680..255e6074e 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 809d29527..c614a5b77 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -15,7 +15,7 @@ - + {% if v.css %} {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 908b97ac5..a42eed079 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -8,7 +8,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/log.html b/files/templates/log.html index 86d670423..53f20b83e 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}