From 9797929f0fbac454c26b4ce9e14e6d6fea6abae4 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Sat, 28 Sep 2024 09:53:15 -0700 Subject: [PATCH] Add underline to inline code links --- themes/odin/assets/scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/odin/assets/scss/custom.scss b/themes/odin/assets/scss/custom.scss index 013df455..e4d17387 100644 --- a/themes/odin/assets/scss/custom.scss +++ b/themes/odin/assets/scss/custom.scss @@ -66,3 +66,7 @@ $table-cell-padding-x-sm: .2rem; animation-name: fade-in-navbar-logo; animation-duration: 1.5s; } + +.odin-article * a code { + text-decoration: underline; +} \ No newline at end of file