commit 64bc9f4d506eb8601ad640b759af297f49d41e9d parent 8c4ea44ddab2f7b26f388460c32f29e4f68b45f0 Author: David Eisinger <[email protected]> Date: Tue, 11 Jul 2023 10:01:51 -0400 code style Diffstat:
| M | themes/v2/assets/css/style.scss | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -83,6 +83,12 @@ figure { margin: 0; } +code { + background-color: #ddd; + padding: 0 1ch; + border-radius: 3px; +} + .nowrap { white-space: nowrap; }