mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Resolves #849 -- contrast on HEAD
This commit is contained in:
parent
ee25808e0f
commit
2be71c2254
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ var GRAPHICS = {
|
|||
defaultAnimationTime: 400,
|
||||
|
||||
rectFill: 'hsb(0.8816909813322127,0.6,1)',
|
||||
headRectFill: '#2831FF',
|
||||
headRectFill: '#7278FF',
|
||||
rectStroke: '#FFF',
|
||||
rectStrokeWidth: '3',
|
||||
|
||||
|
@ -51,4 +51,3 @@ var GRAPHICS = {
|
|||
exports.TIME = TIME;
|
||||
exports.GRAPHICS = GRAPHICS;
|
||||
exports.VIEWPORT = VIEWPORT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue