We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d448ca commit e144a75Copy full SHA for e144a75
1 file changed
js/theme.js
@@ -30,7 +30,7 @@ var theme = (function() {
30
31
var render = function(input) {
32
var html = helper.e("html");
33
- html.style.setProperty("--accent", accent.r + "," + accent.g + "," + accent.b);
+ html.style.setProperty("--accent", accent.r + ", " + accent.g + ", " + accent.b);
34
};
35
36
var restore = function(object) {
0 commit comments