From f90a8d5e9a039ce120b79a91d75012f2ca89eb09 Mon Sep 17 00:00:00 2001 From: Benny Guo Date: Thu, 17 Aug 2023 19:29:42 +0800 Subject: [PATCH] style: add bold global style --- src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index e04e8145..1c9d3f09 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -83,6 +83,10 @@ div::-webkit-scrollbar-track { background: transparent !important; } +b { + @apply font-bold text-ob-bright; +} + .highlighted { @apply border-solid; border-width: 1px;