diff options
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r-- | public/ng/less/gogs/base.less | 3 |
1 files changed, 3 insertions, 0 deletions
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%; |