Skip to content
Snippets Groups Projects
Commit 221be494 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Overview: fork colors no more gray

parent ee8cd0dd
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@
uid = ''
get bgColor() {
const rgb = Math.min(240, 90 + this.forkLevel * 10)
return 'rgb(' + rgb + ',' + rgb + ',' + rgb + ')'
const rgb = Math.min(240, 90 + this.forkLevel * 4)
return 'rgb(150,180,' + rgb + ')'
}
async mounted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment