update
This commit is contained in:
parent
aa7a9bf0cc
commit
875207d9ff
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
build:
|
||||
npm run build
|
||||
rm -rf ../evening_detective/static/user
|
||||
cp -r dist ../evening_detective/static/user
|
||||
rm -rf ../evening_detective/cmd/evening_detective/static/user
|
||||
cp -r dist ../evening_detective/cmd/evening_detective/static/user
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/* Главный цвет */
|
||||
--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-item-color: rgba(254, 254, 254, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user