Skip to content

Commit 6c20736

Browse files
authored
Merge pull request #1658 from pickfire/patch-1
Remove extra semicolon in variables.css
2 parents f5598b2 + e4a46c9 commit 6c20736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/css/variables.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
--links: #2b79a2;
6969

70-
--inline-code-color: #c5c8c6;;
70+
--inline-code-color: #c5c8c6;
7171

7272
--theme-popup-bg: #141617;
7373
--theme-popup-border: #43484d;
@@ -147,7 +147,7 @@
147147

148148
--links: #2b79a2;
149149

150-
--inline-code-color: #c5c8c6;;
150+
--inline-code-color: #c5c8c6;
151151

152152
--theme-popup-bg: #161923;
153153
--theme-popup-border: #737480;
@@ -228,7 +228,7 @@
228228

229229
--links: #2b79a2;
230230

231-
--inline-code-color: #c5c8c6;;
231+
--inline-code-color: #c5c8c6;
232232

233233
--theme-popup-bg: #141617;
234234
--theme-popup-border: #43484d;

0 commit comments

Comments
 (0)