From fc151b35ca474baf8277f647e316cdb158cec6b3 Mon Sep 17 00:00:00 2001 From: Lu Shueh Chou Date: Sat, 15 Jun 2024 08:33:22 +0800 Subject: [PATCH] style: make strong content more emphasis --- src/stylesheets/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/stylesheets/custom.css b/src/stylesheets/custom.css index 9b8c5a90..ec904b11 100644 --- a/src/stylesheets/custom.css +++ b/src/stylesheets/custom.css @@ -1,3 +1,10 @@ +.md-content__inner strong { + background: linear-gradient(120deg, #6debad7d 0%, #6debad7d 100%); + background-repeat: no-repeat; + background-size: 100% 30%; + background-position: 0 100%; +} + @media screen { [data-md-color-scheme=slate] { --md-typeset-color: #fafafa;