1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-14 20:34:25 +01:00
LocalCDN-Firefox-Chrome-Brave/pages/donate/donate.css
2021-02-17 06:59:56 +01:00

22 lines
358 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: 1px solid lightgrey;
border-radius: 4px;
line-break: anywhere;
}
.div-donations > img {
padding-bottom: 30px;
}