diff --git a/src/design-system/layout/Sidebar/Sidebar.module.css b/src/design-system/layout/Sidebar/Sidebar.module.css index ee26557..43180fe 100644 --- a/src/design-system/layout/Sidebar/Sidebar.module.css +++ b/src/design-system/layout/Sidebar/Sidebar.module.css @@ -70,9 +70,10 @@ .version { font-family: var(--font-mono); - font-size: 12px; + font-size: 10px; color: var(--sidebar-muted); - margin-left: 4px; + margin-left: 8px; + opacity: 0.6; } /* Search */