summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index 8ab29a0..a2f6b09 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -314,8 +314,9 @@ html.theme-light {
/* Sidebar widget title — bash comment style */
.sidebar-widget-label {
font-family: var(--font-mono, monospace);
- font-size: 0.75rem;
- color: var(--text-dim);
+ font-size: 1rem;
+ font-weight: bold;
+ color: var(--accent);
letter-spacing: 0.08em;
margin-bottom: 0.5rem;
}