From 5f47b126e31a49bddcc9c52046a698f56b8bc96f Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 8 Jan 2018 22:41:08 +0900 Subject: [PATCH] (refs #1808) Specify medium color for text in the sidemenu --- src/main/twirl/gitbucket/core/account/main.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/twirl/gitbucket/core/account/main.scala.html b/src/main/twirl/gitbucket/core/account/main.scala.html index 9e2bebfc1..3a0c58891 100644 --- a/src/main/twirl/gitbucket/core/account/main.scala.html +++ b/src/main/twirl/gitbucket/core/account/main.scala.html @@ -13,14 +13,14 @@
@account.description.map{ description => -

@description

+

@description

} @if(account.url.isDefined){

@account.url

} -

+

Joined on @helpers.date(account.registeredDate)