Adds ability to override CSS styles from a foreign repo.

This commit is contained in:
Dominik Picheta 2018-05-22 12:23:43 +01:00
commit 705f212118
9 changed files with 41 additions and 18 deletions

View file

@ -1,11 +0,0 @@
// Use this to customise the styles of your forum.
$primary-color: #6577ac;
$body-font-color: #292929;
$dark-color: #505050;
$label-color: #7cd2ff;
$secondary-btn-color: #f1f1f1;
// Define nav bar colours.
$navbar-color: $body-bg;
$navbar-border-color-dark: $body-bg;
$navbar-primary-color: #e80080;

View file

@ -1,8 +1,8 @@
@import "custom-style";
// Import full Spectre source code
@import "spectre/src/spectre";
@import "custom-style";
// Global styles.
// - TODO: Make these non-global.
.btn, .form-input {