app/views/stylesheets/style.css in rails_performance-0.0.1.9 vs app/views/stylesheets/style.css in rails_performance-0.0.1.10

- old
+ new

@@ -1,4 +1,21 @@ .stats_icon svg { width: 16px; height: 16px; } + +.chart { + height: 255px; +} + + +.logo h2 { + text-transform: uppercase; + color: red; + font-weight: bold; + letter-spacing: -2px; + font-size: 18px; +} + +.navbar-item.is-active { + border-bottom: 1px solid red; +}