Commit 2ab6a69499a596e6bedce670fe74369d4f87feec

Authored by Jared Pace
1 parent ca029cf1
Exists in master and in 1 other branch production

Highlight in-project backtrace lines

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
@@ -244,4 +244,5 @@ table.backtrace li { @@ -244,4 +244,5 @@ table.backtrace li {
244 } 244 }
245 table.backtrace li.in-project { 245 table.backtrace li.in-project {
246 color: #2adb2e; 246 color: #2adb2e;
  247 + background-color: #2f2f2f;
247 } 248 }
248 \ No newline at end of file 249 \ No newline at end of file