Set proper pre and code tags, add basic pre overflow styling

This commit is contained in:
Bradley Taunt 2021-05-17 14:02:20 -04:00
parent 564ac5b604
commit 9462223df3
2 changed files with 5 additions and 4 deletions

View file

@ -23,10 +23,10 @@ summary: Listing all websites under 1MB in total size
<summary><strong>How can I help support this project?</strong></summary>
<p>If you are feeling generous, I would greatly appreciate any donations to help support the site.</p>
<ol>
<li>XMR: <strong><code>84Pd48H5qSX2B5bBy881A73KmgdQxmRPg9pQ9faftMWEfRpQmbesiishjnYBhRy5dj6No8a1ksCYpdPbiypWxdMw3GD5zwD</code></strong></li>
<li>BTC: <strong><code>3JGsvjgxamQHi4VCALER4rXvnvzdWUaQGg</code></strong></li>
<li>ETH: <strong><code>0x5a0c2841aa63c8abd5ee9b9bd67092ecb55221c2</code></strong></li>
<li>BCH: <strong><code>pze5vzlh7hv9lrdj6s0q2t20ylzp7uvpvc69jkpdsw</code></strong></li>
<li>XMR: <pre><code>84Pd48H5qSX2B5bBy881A73KmgdQxmRPg9pQ9faftMWEfRpQmbesiishjnYBhRy5dj6No8a1ksCYpdPbiypWxdMw3GD5zwD</code></pre></li>
<li>BTC: <pre><code>3JGsvjgxamQHi4VCALER4rXvnvzdWUaQGg</code></pre></li>
<li>ETH: <pre><code>0x5a0c2841aa63c8abd5ee9b9bd67092ecb55221c2</code></pre></li>
<li>BCH: <pre><code>pze5vzlh7hv9lrdj6s0q2t20ylzp7uvpvc69jkpdsw</code></pre></li>
<li>Or simply <a href="https://www.buymeacoffee.com/WQTMtn7ir">buy me a coffee</a></li>
</ol>
</details>

View file

@ -1,4 +1,5 @@
body{margin:0 auto;max-width:75ch;padding:10px;}
pre{overflow:auto;}
table{border-collapse:collapse;width:100%;}
table tbody tr:nth-of-type(even) td{background:#f9f9f9;}
table tbody tr.size-section td{background:#191919;color:white;}