| @@ -57,11 +57,8 @@ | ||
| 57 | 57 | margin-top: .2rem; |
| 58 | 58 | } |
| 59 | 59 | img { |
| 60 | 60 | object-fit: contain; |
| 61 | - } | |
| 62 | - | |
| 63 | - figure img, img.size-full { | |
| 64 | 61 | max-width: 100% !important; |
| 65 | 62 | height: auto !important; |
| 66 | 63 | } |
| 67 | 64 | figcaption { |
| @@ -94,8 +91,13 @@ | ||
| 94 | 91 | |
| 95 | 92 | code, pre { |
| 96 | 93 | overflow: auto; |
| 97 | 94 | overflow-wrap: break-word; |
| 95 | + } | |
| 96 | + | |
| 97 | + mark { | |
| 98 | + background-color: #ff0; | |
| 99 | + color: #000; | |
| 98 | 100 | } |
| 99 | 101 | |
| 100 | 102 | hr { |
| 101 | 103 | border: 0; |