diff --git a/demo/data.mv.db b/demo/data.mv.db index f803822..d3a57c9 100644 Binary files a/demo/data.mv.db and b/demo/data.mv.db differ diff --git a/demo/src/main/resources/public/css/style.css b/demo/src/main/resources/public/css/style.css index f8452eb..e907ff4 100644 --- a/demo/src/main/resources/public/css/style.css +++ b/demo/src/main/resources/public/css/style.css @@ -41,10 +41,11 @@ td form { .my-navbar { background-color: #2c2a2a !important; + color: white; } .my-navbar .link a:hover { - text-decoration: underline; + color: #a721fa; } .my-navbar .logo { diff --git a/demo/src/main/resources/templates/cart.html b/demo/src/main/resources/templates/cart.html index e872e4c..1c0b237 100644 --- a/demo/src/main/resources/templates/cart.html +++ b/demo/src/main/resources/templates/cart.html @@ -2,18 +2,18 @@ - Корзина + Cart
- Корзина + Cart
@@ -44,13 +44,13 @@
- Итого: [[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽ + Total: [[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
-
@@ -58,24 +58,24 @@
- +
- +
- +
- +
diff --git a/demo/src/main/resources/templates/default.html b/demo/src/main/resources/templates/default.html index 359c0bf..0da49d6 100644 --- a/demo/src/main/resources/templates/default.html +++ b/demo/src/main/resources/templates/default.html @@ -32,23 +32,23 @@ - Пользователи + Users - Типы заказов + Types - Сообщения + Messages - Консоль H2 + Console H2