|
132 | 132 | color: #a6e22e !important; |
133 | 133 | } |
134 | 134 |
|
135 | | -/* Inline code styling with authentic Monokai */ |
| 135 | +/* Inline code styling - subtle and clean */ |
136 | 136 | :not(pre) > code { |
137 | | - background-color: #3e3d32 !important; |
138 | | - color: #f8f8f2 !important; |
| 137 | + background-color: rgba(175, 184, 193, 0.2) !important; |
| 138 | + color: #e83e8c !important; |
139 | 139 | padding: 0.2rem 0.4rem; |
140 | 140 | border-radius: 4px; |
141 | 141 | font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace; |
142 | 142 | font-size: 0.85rem; |
| 143 | + border: 1px solid rgba(175, 184, 193, 0.3); |
143 | 144 | } |
144 | 145 |
|
145 | 146 | /* Line numbers styling for Monokai */ |
|
255 | 256 | } |
256 | 257 |
|
257 | 258 | [data-theme="dark"] :not(pre) > code { |
258 | | - background-color: #3e3d32 !important; |
259 | | - color: #f8f8f2 !important; |
| 259 | + background-color: rgba(110, 118, 129, 0.3) !important; |
| 260 | + color: #ff79c6 !important; |
| 261 | + border: 1px solid rgba(110, 118, 129, 0.4); |
260 | 262 | } |
261 | 263 |
|
262 | 264 | /* Light mode adjustments for better contrast */ |
|
269 | 271 | } |
270 | 272 |
|
271 | 273 | [data-theme="light"] :not(pre) > code { |
272 | | - background-color: #3e3d32 !important; |
273 | | - color: #f8f8f2 !important; |
| 274 | + background-color: rgba(175, 184, 193, 0.2) !important; |
| 275 | + color: #d63384 !important; |
| 276 | + border: 1px solid rgba(175, 184, 193, 0.3); |
274 | 277 | } |
0 commit comments