aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models/current_user_utils.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-07-12 14:07:59 -0400
committerbob <bcz@cs.brown.edu>2019-07-12 14:07:59 -0400
commit2eb9dd20456762b8f6038447adef36b2cb7bad87 (patch)
tree040377cb294fcff32e0606d2b9bcbd4ed182bd08 /src/server/authentication/models/current_user_utils.ts
parentcd45e413983683204a1f244825061fecc20baeae (diff)
from last
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r--src/server/authentication/models/current_user_utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts
index 695ddc3ec..39a973e08 100644
--- a/src/server/authentication/models/current_user_utils.ts
+++ b/src/server/authentication/models/current_user_utils.ts
@@ -65,7 +65,7 @@ export class CurrentUserUtils {
sidebar.gridGap = 5;
sidebar.xMargin = 5;
sidebar.yMargin = 5;
- Doc.GetProto(sidebar).backgroundColor = "lightGray";
+ Doc.GetProto(sidebar).backgroundColor = "#aca3a6";
sidebar.boxShadow = "1 1 3";
doc.sidebar = sidebar;
}