Browse Source

Temp italics fix

ckj 8 years ago
parent
commit
774ac7de2e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/sentry/static/sentry/less/group-detail.less

+ 5 - 1
src/sentry/static/sentry/less/group-detail.less

@@ -1575,11 +1575,15 @@ ul.crumbs {
 
     time, span.dt {
       font-size: 12px;
-      color: @gray;
+      color: @gray-dark;
       position: absolute;
       right: 20px
     }
 
+    em {
+      font-style: normal;
+    }
+
     span.crumb-category {
       font-size: 95%;
       font-weight: bold;