summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/gl_bootstrap.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gl_bootstrap.scss b/app/assets/stylesheets/gl_bootstrap.scss
index 514ab8cdfa4..8ab305695fd 100644
--- a/app/assets/stylesheets/gl_bootstrap.scss
+++ b/app/assets/stylesheets/gl_bootstrap.scss
@@ -262,6 +262,10 @@ ul.breadcrumb {
&.panel-small {
.panel-heading {
padding: 6px 15px;
+ font-size: 13px;
+ a {
+ color: #777;
+ }
}
}
}