Skip to content

Commit

Permalink
More styling work
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed Apr 3, 2024
1 parent 26d1c39 commit a128d79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion src/apps/treasury/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ body{
text-align: center;
}


.btn {
background-color: #00cc33;
}
11 changes: 5 additions & 6 deletions src/apps/treasury/pages/hud.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
number={"prefix": "$", "valueformat": ".2s"},
title={
"text":
("<a title='KLIMA supply multiplied by current price' href="
("KLIMA <a title='KLIMA supply multiplied by current price' href="
"'https://www.coinbase.com/learn/crypto-basics/what-is-market-cap'>"
"Market Cap</a>")
},
Expand Down Expand Up @@ -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)
])
Expand Down

0 comments on commit a128d79

Please sign in to comment.