diff --git a/spec/1.0/live/css/variables.css b/spec/1.0/live/css/variables.css index 44fc065..f0adbe2 100644 --- a/spec/1.0/live/css/variables.css +++ b/spec/1.0/live/css/variables.css @@ -51,9 +51,9 @@ html[data-dark="true"] { --table-header-background: #444; --table-header-foreground: #fff; - --sidebar-toggle-border: #222; + --sidebar-toggle-border: #555; --sidebar-toggle-background: var(--background); - --sidebar-toggle-foreground: #222; + --sidebar-toggle-foreground: #555; --links: #626262; }