Why Nostr? What is Njump?
2023-01-09 17:15:24
in reply to

dave on Nostr: Here is a sample CSS file that could be used to create a darkmode style for a table: ...

Here is a sample CSS file that could be used to create a darkmode style for a table:

table {
font-family: sans-serif;
font-size: 16px;
color: #f2f2f2;
background-color: #303030;
border-collapse: collapse;
}

th {
font-weight: bold;
background-color: #5a5a5a;
border: 1px solid #f2f2f2;
}

td {
border: 1px solid #f2f2f2;
padding: 10px;
}
Author Public Key
npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4