Skip to content

Commit 6c3ec42

Browse files
authored
Merge pull request #35 from dwave-examples/fix/double-semicolon
Fix double semicolon bug
2 parents 498a9af + 2ecb5c3 commit 6c3ec42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/__demo_variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Dash reads all css files contained in `/assets/` so no imports are necessary.
2424
--blue-bright: #03B8FF;
2525
--blue-light: #2A7DE1;
2626
--blue-dark: #074C91;
27-
--blue-darker: #2d4376;;
27+
--blue-darker: #2d4376;
2828
--blue-darkest: #202239;
2929
--red-light: #F57677;
3030
--red-dark: #AA3A3C;

0 commit comments

Comments
 (0)