diff options
| author | Paul Buetow <paul@buetow.org> | 2023-01-21 20:56:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-01-21 20:56:49 +0200 |
| commit | b8b3af2d818501eebb7b4e9844cb045e2f6473f7 (patch) | |
| tree | 8f6841072e30c2ea4194553fc6d9ad8ea03f90fb | |
| parent | 65e30a9424eabf5a42dcefdbf866fe495044533a (diff) | |
new css style
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -77,11 +77,11 @@ pre { border-image: linear-gradient(#f6b73c, #4d9f0c) 30; border-width: 3px; border-style: solid; + color: grey; } span.inlinecode { - border: 1px solid #f6b73c; - color: #ffffff; + border: 1px solid #000000; padding: 1px; - background-color: #000000; + color: grey; } |
