1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-31 11:35:05 +01:00
2020-08-09 12:39:11 +02:00

18 lines
306 B
CSS

/**
* Donations
*/
#table-bank-transfer, .mono-block {
font-family: 'monospace', 'Consolas', Arial, sans-serif;
}
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
font-weight: bold;
}
.div-donations {
border-radius: 4px;
border: 1px solid lightgrey;
line-break: anywhere;
}