diff options
Diffstat (limited to 'themes/polaris/assets/css/style.css')
-rw-r--r-- | themes/polaris/assets/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/polaris/assets/css/style.css b/themes/polaris/assets/css/style.css index d5f0602..6f449a3 100644 --- a/themes/polaris/assets/css/style.css +++ b/themes/polaris/assets/css/style.css @@ -150,3 +150,12 @@ footer { .badge { image-rendering: crisp-edges; } + +pre { + padding: 8px; + white-space: pre-wrap; +} + +code { + font-size: 125%; +} |