From 9260dc0239d9e9c81c8ed104523f035bd5fd10a0 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Mon, 22 Apr 2024 00:22:21 +0530 Subject: feat: add blog --- styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 1c410f7..493f58d 100644 --- a/styles.css +++ b/styles.css @@ -34,6 +34,13 @@ a { text-decoration: none; } +code { + background-color: #444; + padding: 4px 4px; + border-radius: 2px; + color: #b8bb26; +} + #markdown { margin: 20px; } -- cgit v1.2.3-73-gaa49b