summaryrefslogtreecommitdiffstats
path: root/public/ng/less/gogs/base.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r--public/ng/less/gogs/base.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less
index 96842f478d..1174e8e7a7 100644
--- a/public/ng/less/gogs/base.less
+++ b/public/ng/less/gogs/base.less
@@ -50,6 +50,11 @@ img.avatar-48{
height: 48px;
vertical-align: middle;
}
+img.avatar-100{
+ width: 100px;
+ height: 100px;
+ vertical-align: middle;
+}
#wrapper {
padding: 0;
margin: 0 0 -55px 0;
@@ -242,4 +247,7 @@ clear: both;
}
.text-grey {
color: #999999;
+}
+.text-black {
+ color: #444444;
} \ No newline at end of file