mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-16 18:14:09 +02:00
Fixing brown color
This commit is contained in:
@@ -24,6 +24,7 @@ $spindle: #bce;
|
|||||||
$dodger-blue: #3af;
|
$dodger-blue: #3af;
|
||||||
$pattens-blue: #def;
|
$pattens-blue: #def;
|
||||||
$stratos: #001450;
|
$stratos: #001450;
|
||||||
|
$gray-brown: #f9f8f2;
|
||||||
|
|
||||||
$bg-colors: (
|
$bg-colors: (
|
||||||
'primary': $royal-blue,
|
'primary': $royal-blue,
|
||||||
@@ -32,7 +33,7 @@ $bg-colors: (
|
|||||||
'black': $cod-gray,
|
'black': $cod-gray,
|
||||||
'black-blue': $big-stone,
|
'black-blue': $big-stone,
|
||||||
'blue': $rhino,
|
'blue': $rhino,
|
||||||
'brown': $athens-gray,
|
'brown': $gray-brown,
|
||||||
'gray': $mischka,
|
'gray': $mischka,
|
||||||
'green': $pine-green,
|
'green': $pine-green,
|
||||||
'purple': $purple-heart,
|
'purple': $purple-heart,
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.3.1
|
* Version: 1.3.1
|
||||||
* Date: 2017-08-11
|
* Date: 2017-08-13
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
@@ -3152,7 +3152,7 @@ Slides - Backgrounds <section class="bg-primary">
|
|||||||
background-color: #346; }
|
background-color: #346; }
|
||||||
|
|
||||||
.bg-brown {
|
.bg-brown {
|
||||||
background-color: #f8f8f9; }
|
background-color: #f9f8f2; }
|
||||||
|
|
||||||
.bg-gray {
|
.bg-gray {
|
||||||
background-color: #d5d9e2; }
|
background-color: #d5d9e2; }
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.3.1
|
* Version: 1.3.1
|
||||||
* Date: 2017-08-11
|
* Date: 2017-08-13
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
2
static/js/webslides.min.js
vendored
2
static/js/webslides.min.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.3.1
|
* Version: 1.3.1
|
||||||
* Date: 2017-08-11
|
* Date: 2017-08-13
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
Reference in New Issue
Block a user