summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-06 22:06:41 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-06 22:06:41 -0500
commit23eec252748c3ac7af2ae310aeac4ee4c9061fe9 (patch)
tree9f9d8834ef94451da2fb1d43ba63d0f130d61f79 /public
parent4e7eb5be9d3e9c9ba7238769d2b5f2f471d51b67 (diff)
downloadgitea-23eec252748c3ac7af2ae310aeac4ee4c9061fe9.tar.gz
gitea-23eec252748c3ac7af2ae310aeac4ee4c9061fe9.zip
Fix #605, fix #255, fix #101
Diffstat (limited to 'public')
-rw-r--r--public/ng/css/gogs.css3
-rw-r--r--public/ng/less/gogs/base.less3
2 files changed, 6 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 91588d9916..df881a8393 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%;
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less
index 49389b06ae..ed5f2fee59 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%;