diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-09 14:59:26 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-10 17:20:55 +0800 |
| commit | f8abda510b0d83b8f7d6168fc7ab8ecabf41ca99 (patch) | |
| tree | 959deb505b8a23bebb67029fadaf915b32cfbcf0 /src | |
| parent | 0d62918e28ab68a9429f736409e6c43606f798af (diff) | |
fix: Apply style of codeblock anyway
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/style.css b/src/css/style.css index e650c1e..9b458a9 100644 --- a/src/css/style.css +++ b/src/css/style.css | |||
| @@ -59,7 +59,7 @@ a:hover { | |||
| 59 | text-decoration: underline; | 59 | text-decoration: underline; |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | pre:has([class^="language-"]) { | 62 | pre:has(code) { |
| 63 | min-width: 400px; | 63 | min-width: 400px; |
| 64 | display: block; | 64 | display: block; |
| 65 | padding: 9.5px; | 65 | padding: 9.5px; |