From a128d798a63b2eb1efbd6a6ab63827a34a4cecb4 Mon Sep 17 00:00:00 2001 From: Marcus Aurelius Date: Tue, 2 Apr 2024 19:17:13 -0500 Subject: [PATCH] More styling work --- src/apps/treasury/assets/custom.css | 4 +++- src/apps/treasury/pages/hud.py | 11 +++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/apps/treasury/assets/custom.css b/src/apps/treasury/assets/custom.css index 4110149..6ebe3ed 100644 --- a/src/apps/treasury/assets/custom.css +++ b/src/apps/treasury/assets/custom.css @@ -65,4 +65,6 @@ body{ text-align: center; } - +.btn { + background-color: #00cc33; +} diff --git a/src/apps/treasury/pages/hud.py b/src/apps/treasury/pages/hud.py index 62166ae..9139109 100644 --- a/src/apps/treasury/pages/hud.py +++ b/src/apps/treasury/pages/hud.py @@ -29,7 +29,7 @@ number={"prefix": "$", "valueformat": ".2s"}, title={ "text": - ("" "Market Cap") }, @@ -192,11 +192,10 @@ ]), dbc.Row([ dbc.Col([ - html.H3( - html.A( - 'Learn more', - href='https://dune.com/klimadao/klima' - ) + dbc.Button( + 'Learn more', + size='lg', + href='https://dune.com/klimadao/klima' ) ], xs=12, sm=12, md=12, lg=12, xl=12) ])