diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 05:18:34 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 05:31:37 -0500 |
| commit | 72ca88ec19ace57836871bad8aba6b9343cea37c (patch) | |
| tree | fad6cedf23ab5fd56863c9727414abc1c684c5e0 /static/grapheneos.css | |
| parent | 4f72ed181fc6c36bbbdcac46ab0e2c480e92124d (diff) | |
add code block styling
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 3bf2e704..3e64713b 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -37,6 +37,9 @@ h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, pre { overflow-x: auto; + background-color: #e0e0e0; /* grey300 */ + border-radius: 5px; + padding: 10px; } code, pre { |
