From 4f5f726babde704e66024655462887ecfdd73cae Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 22 Sep 2024 23:39:42 +0700 Subject: make bold bolder --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 1e3e790..4e9c55c 100644 --- a/style.css +++ b/style.css @@ -133,6 +133,10 @@ h2 { color: transparent; } +b.text-accent-brand { + font-weight: bold; +} + .bento-tile-accent { background: linear-gradient(45deg, var(--brand-bg-dark), var(--brand-bg-light)); border-radius: 50px; -- cgit v1.2.3