added light and dark gruvbox themes. fixed css issues.

This commit is contained in:
2026-05-28 23:38:05 +02:00
parent 4eba391e7f
commit da64e632a6
27 changed files with 2031 additions and 46541 deletions

View File

@@ -1 +1,2 @@
ALTER TABLE `system_api_tokens` ADD COLUMN `api_token_name` CHAR(64) AFTER `api_token`;
ALTER TABLE `system_api_tokens` ADD COLUMN `api_token_name` CHAR(64) AFTER `api_token`;
UPDATE `sentri`.`system_pages` SET `page_color`='warning' WHERE `page_uuid`='c14362c2-7db2-4047-aed2-9569c0b4febf';