Browse Source

added default bg-secondary which tracim_theme_builder will override

Come 9 years ago
parent
commit
abf0616e73
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tracim/tracim/public/assets/css/bootstrap.css

+ 4 - 0
tracim/tracim/public/assets/css/bootstrap.css View File

6321
   }
6321
   }
6322
 }
6322
 }
6323
 /*# sourceMappingURL=bootstrap.css.map */
6323
 /*# sourceMappingURL=bootstrap.css.map */
6324
+
6325
+.bg-secondary {
6326
+  background-color: #F5F5F5;
6327
+}