mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Update to make random color more discrete
This commit is contained in:
parent
a8c12d0d21
commit
f69a5361cb
2 changed files with 4 additions and 10 deletions
|
@ -184,9 +184,7 @@ var supportExtraTags = [
|
|||
text: '[random color tag]',
|
||||
search: '[]',
|
||||
command: function () {
|
||||
var color = randomColor({
|
||||
luminosity: 'light'
|
||||
});
|
||||
var color = randomColor();
|
||||
return '[color=' + color + ']';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue