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/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 91588d99..df881a83 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -240,6 +240,9 @@ img.avatar-100 { .text-black { color: #444444; } +.text-gold { + color: #a1882b; +} .table { width: 100%; max-width: 100%; -- cgit v1.2.3