фикс: цвета в темной теме
This commit is contained in:
parent
ac04c0545b
commit
43f35da9a2
@ -117,7 +117,7 @@ public:
|
||||
|
||||
ServerResources(const ServerResources&) = delete;
|
||||
|
||||
ServerResources(const std::string& staticFilesPath): sf(std::make_unique<http::resource::StaticFileFactory>()), api(std::make_unique<api_driver::ApiDriver>()) {
|
||||
explicit ServerResources(const std::string& staticFilesPath): sf(std::make_unique<http::resource::StaticFileFactory>()), api(std::make_unique<api_driver::ApiDriver>()) {
|
||||
api->startDaemon();
|
||||
auth.users.emplace_back(std::make_shared<http::auth::User>("admin", "", http::auth::User::SUPERUSER));
|
||||
|
||||
|
@ -29,7 +29,8 @@ body {
|
||||
--bg-color: #2d2c33;
|
||||
--bg-selected: #424248;
|
||||
--bg-element: #626268;
|
||||
--bg-action: #4a70d5;
|
||||
--bg-action: #3a58af;
|
||||
--bg-danger: #ac1e1e;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user