diff options
author | Blaster4385 <blaster4385@tablaster.dev> | 2024-04-22 00:22:21 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-04-22 23:13:08 +0530 |
commit | 9260dc0239d9e9c81c8ed104523f035bd5fd10a0 (patch) | |
tree | acd69c9bc649c5f99f18739a26e349f41207034e /styles.css | |
parent | c81696200f75e3d3e842c4c781601ed06b5c35c1 (diff) |
feat: add blog
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; } |