From 639c43445d0e15c29f181a8f71af1b7fa4bca111 Mon Sep 17 00:00:00 2001 From: a-ill Date: Sat, 1 Jul 2023 19:05:24 +0300 Subject: [PATCH] Update --- Server/app/svelte/public/css/footer.css | 2 +- .../svelte/src/footer/footer-component.svelte | 2 +- Server/public/css/footer.css | 2 +- Server/public/img/crowd.png | Bin 45539 -> 75505 bytes Server/public/img/crowd.webp | Bin 25042 -> 24958 bytes .../public/js/components/footer-component.js | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/app/svelte/public/css/footer.css b/Server/app/svelte/public/css/footer.css index dcdc760..bca0109 100644 --- a/Server/app/svelte/public/css/footer.css +++ b/Server/app/svelte/public/css/footer.css @@ -6,7 +6,7 @@ footer { width: 100%; height: auto; background: #5B6970;/*var(--dark-green);*/ - border-top: #DD1C1A solid 0.5rem; + border-top: #cb1816 solid 0.5rem; } footer p, footer a { diff --git a/Server/app/svelte/src/footer/footer-component.svelte b/Server/app/svelte/src/footer/footer-component.svelte index d20f15d..de7cb1f 100644 --- a/Server/app/svelte/src/footer/footer-component.svelte +++ b/Server/app/svelte/src/footer/footer-component.svelte @@ -23,7 +23,7 @@