Commit 5e21976d134a3465e04ba5537bf13af5e9d03717

Authored by Dmitriy Zaporozhets
1 parent 078b3f58

Set font-weight:500 for row titles

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
... ... @@ -154,7 +154,7 @@
154 154 }
155 155  
156 156 .row_title {
157   - font-weight: bold;
  157 + font-weight: 500;
158 158 color: #444;
159 159 &:hover {
160 160 color: #444;
... ...