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

51 lines
608 B
CSS
Raw Normal View History

2023-01-03 11:59:44 -06:00
body {
background-color: #09343f;
2023-01-03 11:59:44 -06:00
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;
}
2023-01-29 04:38:28 -06:00
.dim {
opacity: 0.25;
}
.padded {
padding: 20px;
}
svg {
width: 800px;
}
2023-01-27 21:20:13 -06:00
th {
text-align: left;
padding: 10px;
}
td {
background-color: #0c2025;
2023-01-05 14:30:21 -06:00
}
2023-01-30 12:25:08 -06:00
.edge > rect {
fill: #216262 !important;
}