diff --git a/bemani/frontend/app.py b/bemani/frontend/app.py index 24aed54..bd558de 100644 --- a/bemani/frontend/app.py +++ b/bemani/frontend/app.py @@ -34,7 +34,7 @@ config = Config() # Allow cache-busting of entire frontend for major changes such as react upgrades. -FRONTEND_CACHE_BUST: str = "site.1.1.react.16.14" +FRONTEND_CACHE_BUST: str = "site.1.2.react.16.14" @app.before_request diff --git a/bemani/frontend/static/themes/dark/section.css b/bemani/frontend/static/themes/dark/section.css index e5e708c..d057d38 100644 --- a/bemani/frontend/static/themes/dark/section.css +++ b/bemani/frontend/static/themes/dark/section.css @@ -173,7 +173,7 @@ div.longmessage { div.longmessage pre { border: 1px solid rgba(128, 128, 128, 0.33); - background: rgb(232, 232, 232); + background: rgb(79, 79, 79); padding: 5px; margin-bottom: 0px; } diff --git a/bemani/frontend/static/themes/dark/site.css b/bemani/frontend/static/themes/dark/site.css index 6b5abfb..365ae66 100644 --- a/bemani/frontend/static/themes/dark/site.css +++ b/bemani/frontend/static/themes/dark/site.css @@ -95,30 +95,34 @@ ul.messages div.close { font-size: smaller; text-decoration: none; display: inline-block; - color: #000000; + color: #eee; float: right; cursor: pointer; margin-right: 3px; } ul.messages li.error { - border: 1px solid #e2afb6; - background-color: #ffced5; + border: 1px solid #976067; + background-color: #6f454b; + color: #eee; } ul.messages li.warning { - border: 1px solid #e6deb4; - background-color: #fff7ce; + border: 1px solid #978b49; + background-color: #6c6333; + color: #eee; } ul.messages li.success { - border: 1px solid #cddcc1; - background: #e7ffd4; + border: 1px solid #608046; + background: #475e34; + color: #eee; } ul.messages li.info { - border: 1px solid #b0b0d2; - background-color: #d0d0ff; + border: 1px solid #7b7ba6; + background-color: #565673; + color: #eee; } ul.navigation {