summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-09-22 23:39:42 +0700
committeraltaf-creator <dev@altafcreator.com>2024-09-22 23:39:42 +0700
commit4f5f726babde704e66024655462887ecfdd73cae (patch)
tree4c5496e37805efe2e3bcdba9aea1ebf2c1dfc771
parent8a4010b0089e8bac2f997e0f09907fa7467d7cbb (diff)
make bold bolder
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;