1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-29 07:50:08 +02:00

Fixing brown color

This commit is contained in:
Luis Sacristán
2017-08-13 18:02:15 +02:00
parent 37d9b84bff
commit 261259a9d3
4 changed files with 6 additions and 5 deletions

View File

@@ -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; }