summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-11-30 20:00:55 +0100
committermsquare <msquare@notrademark.de>2017-11-30 20:00:55 +0100
commit20eda36415277a45cfe06bed2875f30ed03e1f5d (patch)
treef53c9aa8c4233b6f2886a60fb0518bd7349e0acc /themes
parent56cf767f605a1150ade50afc25c036e51579fe98 (diff)
add 34c4 design
Diffstat (limited to 'themes')
-rw-r--r--themes/theme5.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/theme5.less b/themes/theme5.less
new file mode 100644
index 00000000..6b16beab
--- /dev/null
+++ b/themes/theme5.less
@@ -0,0 +1,12 @@
+@import "../vendor/twbs/bootstrap/less/variables";
+
+@brand-primary: rgb(164, 28, 49);
+@brand-success: rgb(153, 204, 0);
+@brand-info: rgb(0, 204, 255);
+@brand-warning: rgb(255, 102, 0);
+@brand-danger: rgb(51, 0, 102);
+
+@link-color: @brand-primary;
+
+
+@import "base.less";