Skip to content

Commit a128d79

Browse files
committed
More styling work
1 parent 26d1c39 commit a128d79

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/apps/treasury/assets/custom.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ body{
6565
text-align: center;
6666
}
6767

68-
68+
.btn {
69+
background-color: #00cc33;
70+
}

src/apps/treasury/pages/hud.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
number={"prefix": "$", "valueformat": ".2s"},
3030
title={
3131
"text":
32-
("<a title='KLIMA supply multiplied by current price' href="
32+
("KLIMA <a title='KLIMA supply multiplied by current price' href="
3333
"'https://www.coinbase.com/learn/crypto-basics/what-is-market-cap'>"
3434
"Market Cap</a>")
3535
},
@@ -192,11 +192,10 @@
192192
]),
193193
dbc.Row([
194194
dbc.Col([
195-
html.H3(
196-
html.A(
197-
'Learn more',
198-
href='https://dune.com/klimadao/klima'
199-
)
195+
dbc.Button(
196+
'Learn more',
197+
size='lg',
198+
href='https://dune.com/klimadao/klima'
200199
)
201200
], xs=12, sm=12, md=12, lg=12, xl=12)
202201
])

0 commit comments

Comments
 (0)