diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-18 00:00:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-18 00:00:20 +0300 |
| commit | 729dbcf8cc7e551308b3305d9daf2a20b37f78b9 (patch) | |
| tree | 64417de0f9d8d7cecfbb577d46aeea8d4c4a5f37 /style.css | |
| parent | a2ab09d98baac775c8b08bc7d4d0f0a8041e9b97 (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -117,9 +117,9 @@ pre { span.inlinecode { font-family: code, monospace; background: #1e1e1e; - padding: 5px; + padding: 1px; border: 1px solid #00d4ff; - border-radius: 5px; - box-shadow: 0 0 5px #00d4ff; + border-radius: 3px; + box-shadow: 0 0 6px #00d4ff; color: #00d4ff; } |
