Files
Vanillae/sidekick/scratch/examples_old/style.css
T
pharpend cbb117b504 Pharpend/develop (#1)
* move stuff in here

* reorganizing because zx needs to feel special

* add base58/base64 explainer draft
2022-10-05 23:30:49 +09:00

35 lines
321 B
CSS

body
{
background-color: #ffd;
color: #222;
}
.disabled
{
background-color: #444;
color: #000;
}
.current
{
background-color: #fff;
color: #000;
font-weight: bold;
}
.done
{
background-color: #9f9;
color: #222;
}
#step2-recip
{
width: 450px;
}
#step2-amt
{
width: 50px;
}