diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index e771541cc..680822972 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -44,6 +44,7 @@ module.exports = {
'background-badge': 'var(--background-badge)',
'text-badge': 'var(--text-badge)',
+ 'text-title': 'var(--text-title)',
primary: {
DEFAULT: 'hsl(var(--primary))',
diff --git a/web/tailwind.css b/web/tailwind.css
index 0ead42993..9659452cc 100644
--- a/web/tailwind.css
+++ b/web/tailwind.css
@@ -76,6 +76,8 @@
--background-badge: rgba(22, 22, 24, 0.5);
--text-badge: rgba(151, 154, 171, 1);
+
+ --text-title: rgba(22, 22, 24, 1);
}
.dark {
@@ -172,6 +174,8 @@
--sidebar-accent-foreground: 240 4.8% 95.9%;
--sidebar-border: 240 3.7% 15.9%;
--sidebar-ring: 217.2 91.2% 59.8%;
+
+ --text-title: rgba(255, 255, 255, 1);
}
}