Adds ability to override CSS styles from a foreign repo.
This commit is contained in:
parent
375391ae99
commit
705f212118
9 changed files with 41 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue