mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-18 06:09:45 +01:00
12 lines
215 B
CSS
12 lines
215 B
CSS
/**
|
|
* Donations
|
|
*/
|
|
|
|
#table-bank-transfer {
|
|
font-family: 'monospace', 'Consolas', Arial, sans-serif;
|
|
padding: 16px;
|
|
}
|
|
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
|
|
font-weight: bold;
|
|
}
|