dao-governance-framework/forum-network/src/index.css

36 lines
457 B
CSS
Raw Normal View History

2023-01-03 11:59:44 -06:00
body {
2023-01-04 14:30:15 -06:00
background-color: #1b3d49;
2023-01-03 11:59:44 -06:00
background-color: #114754;
color: #b6b6b6;
font-family: monospace;
font-size: 8pt;
}
2023-01-04 14:32:01 -06:00
a {
color: #c6f4ff;
}
a:visited {
color: #85b7c3;
}
.box {
width: fit-content;
}
.box .name {
width: 15em;
font-weight: bold;
text-align: right;
margin-right: 6pt;
}
.box .value {
width: fit-content;
}
.flex {
display: flex;
}
.monospace {
font-family: monospace;
2023-01-03 11:59:44 -06:00
font-size: 8pt;
}
svg {
width: 800px;
}