diff --git a/files/assets/css/classic_dark.css b/files/assets/css/classic_dark.css index 124826e2d..f498eb85c 100644 --- a/files/assets/css/classic_dark.css +++ b/files/assets/css/classic_dark.css @@ -44,7 +44,7 @@ body, .card, #main-content-row { } .dropdown-menu, .dropdown-menu a { - color: var(--black3); + color: var(--grey); background-color: var(--black2); } diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 02934cda8..d995de55c 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 bdf4c5e2a..9758a4049 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 94453230c..58f5bd3e2 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 65f4f73a9..a26015d07 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}