diff options
| author | Ewout Wieten <ewout@ewy.one> | 2024-04-04 19:10:21 +0200 |
|---|---|---|
| committer | Ewout Wieten <ewout@ewy.one> | 2024-04-04 19:10:21 +0200 |
| commit | eec5e8582d725b18c5bae80db1642eb213c20283 (patch) | |
| tree | f046574c3c459cda892fd28ebf67b4a55beb993a | |
| parent | 57131f902c797f67673eb2511f0ce057082316aa (diff) | |
make pre italic
| -rw-r--r-- | entry/escape/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/entry/escape/index.html b/entry/escape/index.html index 3b3b36a..ae7d086 100644 --- a/entry/escape/index.html +++ b/entry/escape/index.html @@ -13,6 +13,7 @@ <style> pre { display: inline; + font-style: italic; } </style> <body> |
