diff options
| author | Christian Cleberg <[email protected]> | 2024-02-14 16:11:07 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-02-14 16:11:07 -0600 |
| commit | 62b5a33f09fdfab448bac912ef14756005663ab3 (patch) | |
| tree | 8601d8df10db4b95c3a9301d2596a44bf086fcd3 /static/styles.css | |
| parent | f3e364d49d4ae6254956566e2baab92cb853641f (diff) | |
| download | cleberg.net-62b5a33f09fdfab448bac912ef14756005663ab3.tar.gz cleberg.net-62b5a33f09fdfab448bac912ef14756005663ab3.tar.bz2 cleberg.net-62b5a33f09fdfab448bac912ef14756005663ab3.zip | |
switch tables to monospace
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index 939ce96..e1b4eb6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -433,6 +433,8 @@ table { border-collapse: collapse; color: var(--fg); border-color: var(--bg-bright); + font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; + font-size: 0.9rem; } thead, @@ -446,8 +448,7 @@ td { pre > code, time, code { - font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, - monospace; + font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; font-size: 1rem; } @@ -543,4 +544,4 @@ summary { --link: #f07178; --code: #ffb454; } -}
\ No newline at end of file +} |
