From d5f3190d74c67a8595f373005ed74d427008663d Mon Sep 17 00:00:00 2001 From: demet Date: Thu, 30 May 2024 08:22:27 -0700 Subject: [PATCH] added code styling --- styles/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index a79f52e..4283126 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -30,6 +30,13 @@ p { text-justify: inter-word; } +code { + background: #d9f2fb7d; + padding: .1rem .2rem; + border-radius: .2rem; + font-size: 10pt +} + /*text styling for NARROW phone screen*/ @media screen and (max-width: 500px) { p {