Move customisable styles to a custom-style.scss file.

This commit is contained in:
Dominik Picheta 2018-05-22 12:01:57 +01:00
commit 375391ae99
3 changed files with 13 additions and 14 deletions

View file

@ -0,0 +1,11 @@
// 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,20 +1,8 @@
// Based on
// https://picturepan2.github.io/spectre/getting-started.html#installation
// Define variables to override default ones
$primary-color: #f99c19;
$body-font-color: #292929;
$dark-color: #505050;
$label-color: #7cd2ff;
$secondary-btn-color: #f1f1f1;
// Define nav bar colours.
$navbar-color: #17181f;
$navbar-border-color-dark: $navbar-color;
$navbar-primary-color: #fee860;
// Import full Spectre source code
@import "spectre/src/spectre";
@import "custom-style";
// Global styles.
// - TODO: Make these non-global.
.btn, .form-input {

BIN
public/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB