blur theme is now default

This commit is contained in:
nixa 2016-05-17 13:34:52 +03:00
parent 097257b5d7
commit e7595af72c
12 changed files with 44 additions and 9 deletions

View file

@ -45,6 +45,10 @@ $card-header-font-size: 16px;
background: url($blurredBgUrl);
transition: none;
background-attachment: fixed;
.card-header, .card-footer {
background: transparent;
}
}
.card {

View file

@ -1,3 +1,3 @@
@import 'mixins';
@import 'colorSchemes/mint';
@import 'colorSchemes/blur';
@import 'variables';