From 23eec252748c3ac7af2ae310aeac4ee4c9061fe9 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Nov 2014 22:06:41 -0500 Subject: Fix #605, fix #255, fix #101 --- public/ng/less/gogs/base.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/ng/less') diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index 49389b06..ed5f2fee 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -259,6 +259,9 @@ clear: both; .text-black { color: #444444; } +.text-gold { + color: #a1882b; +} .table { width: 100%; max-width: 100%; -- cgit v1.2.3