sandvich.xyz/static/css/info.css

22 lines
318 B
CSS
Raw Normal View History

2022-10-30 19:47:39 -07:00
table.info, div.info {
2022-09-12 19:20:07 -07:00
font-family: var(--monospace);
2022-10-30 19:47:39 -07:00
font-size: 14px;
2022-09-12 19:20:07 -07:00
color: var(--fg2);
}
2022-10-30 19:47:39 -07:00
div.info > span {
margin: 4px;
}
table.info i.bi {
2022-09-12 19:20:07 -07:00
margin-right: 8px;
}
2022-10-30 19:47:39 -07:00
div.info.info-small > span {
border-right: 1px dotted;
}
div.info.info-small > span:last-child {
border-right: initial;
}