From a631be882ea2d54b66b134a2643a6be5757e24a2 Mon Sep 17 00:00:00 2001 From: ccat3z Date: Sat, 5 Sep 2020 20:25:30 +0800 Subject: [PATCH] fix double var --- lib/terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/terminal.css b/lib/terminal.css index 53502f3..65fad0b 100644 --- a/lib/terminal.css +++ b/lib/terminal.css @@ -510,7 +510,7 @@ table caption { table tbody td:first-child { font-weight: 700; - color: var(var(--secondary-color)); + color: var(--secondary-color); } .form {