X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Flambdadelta%2Fcss%2Flddl.css;h=dbcb6c81ff6d2cff8118ee37fe8d2da3e163a4fa;hb=2c4b4aaa6f1490346823a26cba5dd965cab0cd02;hp=41a635d457238bcbe56b88e043d7ae8eef7be92c;hpb=edf9e34100f49d4aa5ba8f3ce53e34af7718d88e;p=helm.git diff --git a/helm/www/lambdadelta/css/lddl.css b/helm/www/lambdadelta/css/lddl.css index 41a635d45..dbcb6c81f 100644 --- a/helm/www/lambdadelta/css/lddl.css +++ b/helm/www/lambdadelta/css/lddl.css @@ -32,6 +32,11 @@ color: rgb(255, 0, 0); } +.proj { + background: rgb(255, 255, 255); + color: rgb(192, 120, 0); +} + .local { background: rgb(255, 255, 255); color: rgb(0, 160, 0); @@ -39,5 +44,5 @@ .global { background: rgb(255, 255, 255); - color: rgb(0, 0, 0); + color: rgb(0, 0, 255); }