This commit is contained in:
Владимир Фёдоров 2025-09-23 01:09:42 +07:00
parent aa7a9bf0cc
commit 875207d9ff
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
build: build:
npm run build npm run build
rm -rf ../evening_detective/static/user rm -rf ../evening_detective/cmd/evening_detective/static/user
cp -r dist ../evening_detective/static/user cp -r dist ../evening_detective/cmd/evening_detective/static/user

View File

@ -22,7 +22,7 @@
/* Главный цвет */ /* Главный цвет */
--main-color: rgba(34, 50, 60, 1); --main-color: rgba(34, 50, 60, 1);
--second-color: rgb(136, 105, 31); --second-color: rgb(97, 74, 22);
--main-back-color: rgba(240, 240, 240, 1); --main-back-color: rgba(240, 240, 240, 1);
--main-back-item-color: rgba(254, 254, 254, 1); --main-back-item-color: rgba(254, 254, 254, 1);
} }