summaryrefslogtreecommitdiff
path: root/themes/theme2.less
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2018-05-03 17:33:49 +0200
committermarudor <marudor@marudor.de>2018-05-03 17:33:49 +0200
commitba4ab7dbc102c43a861654910ba33989021e9c8b (patch)
tree47ee466231e8596f986c702fc4b9624b8ca2a3d6 /themes/theme2.less
parent757d87946931620cf5fe84ec5f163edd6f3986f8 (diff)
add documentation, include old custom font again
Diffstat (limited to 'themes/theme2.less')
-rw-r--r--themes/theme2.less27
1 files changed, 0 insertions, 27 deletions
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";