From 4405640d17954aeb8ff28e19a7fa02c699288f0c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 5 Feb 2020 09:38:29 +0100 Subject: [PATCH] use arc-green as base --- public/css/theme-matrix.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/theme-matrix.css b/public/css/theme-matrix.css index efce670..4f2db62 100644 --- a/public/css/theme-matrix.css +++ b/public/css/theme-matrix.css @@ -1,3 +1,5 @@ +@import url('theme-arc-green.css'); + .gitea-matrix-active-color{color:#83f20d} .gitea-matrix-primary-color{color:#76da0b} .gitea-matrix-secondary-color{color:#5AA509}