From ba4ab7dbc102c43a861654910ba33989021e9c8b Mon Sep 17 00:00:00 2001 From: marudor Date: Thu, 3 May 2018 17:33:49 +0200 Subject: add documentation, include old custom font again --- themes/theme2.less | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 themes/theme2.less (limited to 'themes/theme2.less') diff --git a/themes/theme2.less b/themes/theme2.less deleted file mode 100644 index 259e0619..00000000 --- a/themes/theme2.less +++ /dev/null @@ -1,27 +0,0 @@ -@import "../node_modules/bootstrap/less/variables"; - -@brand-primary: #758499; -@brand-success: #7b9c41; -@brand-info: #9c7357; -@brand-warning: #e3a14d; -@brand-danger: #7f528b; - -@link-color: #58585a; - -@state-success-text: #638232; -@state-success-bg: lighten(@brand-success,50%); -@state-success-border: @brand-success; - -@state-info-text: #826045; -@state-info-bg: lighten(@brand-info,50%); -@state-info-border: @brand-info; - -@state-warning-text: #bc8640; -@state-warning-bg: lighten(@brand-warning,50%); -@state-warning-border: @brand-warning; - -@state-danger-text: #694374; -@state-danger-bg: lighten(@brand-danger,50%); -@state-danger-border: @brand-danger; - -@import "base.less"; -- cgit v1.2.3-54-g00ecf