From 9474ed6aa61a3be139b4debf13325f6cf9fe9cbe Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sun, 4 Aug 2024 10:44:52 -0600 Subject: [PATCH] build: styling on webpage, footer colors, ag-grid colors, scrollToTop() --- src/app/app.component.css | 6 ++++++ src/app/app.component.html | 6 +++--- src/app/app.component.ts | 6 ++++++ .../scouting-crypto.component.html | 2 +- .../scouting-crypto.component.ts | 21 +++++++++++++++++++ 5 files changed, 37 insertions(+), 4 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 7aaeca8..b570667 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -5,3 +5,9 @@ body { padding: 0; font-family: sans-serif; } + +footer { + background: rgba(28, 45, 58.5); + border-top: 1px solid #545050; + color: #ccc; +} diff --git a/src/app/app.component.html b/src/app/app.component.html index 1a2d9bd..8328bb7 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -33,16 +33,16 @@ -