diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,13 @@ a { text-decoration: none; } +code { + background-color: #444; + padding: 4px 4px; + border-radius: 2px; + color: #b8bb26; +} + #markdown { margin: 20px; } |