From e5ebb5a7cc9ef90803e541ee5f16fa1a3a7fd2d5 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Mon, 13 Jul 2015 00:42:13 -0400 Subject: [PATCH] default by default --- notebook/static/themes/theme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/themes/theme.less b/notebook/static/themes/theme.less index e5f471e33..0e90680d6 100644 --- a/notebook/static/themes/theme.less +++ b/notebook/static/themes/theme.less @@ -1,4 +1,4 @@ -@import "eighties.less"; +@import "default.less"; @body-bg: @color-muted-1; @brand-primary: @color-primary;