diff options
Diffstat (limited to 'src/content/style.css')
-rw-r--r-- | src/content/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/style.css b/src/content/style.css index 4aab842..85cc7f5 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -104,7 +104,7 @@ pre.lineno { user-select: none; } -pre.highlight { +.highlight, .listingblock .content { border: 1px solid #ccc; border-radius: 10px; } |