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