vendor/toolkit/metro-ui/theme-dark.less in metro-ui-rails-0.1.3 vs vendor/toolkit/metro-ui/theme-dark.less in metro-ui-rails-0.1.6

- old
+ new

@@ -1,12 +1,16 @@ /* - * Metro UI CSS v 0.1.1 + * Metro UI CSS * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Threme-dark.less * */ + +body { + background: #1d1d1d; +} .text-rest-state {color: rgba(255, 255, 255, 1.0);} .text-rest2-state {color: rgba(255, 255, 255, 0.6);} .text-hover-state {color: rgba(255, 255, 255, 0.8);} .text-pressed-state {color: rgba(255, 255, 255, 0.4);} \ No newline at end of file