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 @@