Change comment style

This commit is contained in:
Michael Rose 2017-03-16 11:37:25 -04:00
parent 3496999b3a
commit 21494729e1
6 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
//
// Default theme skin
//
/* ==========================================================================
Default theme skin
========================================================================== */
// Intentionally left blank

View File

@ -1,8 +1,8 @@
//
// Night theme skin
//
/* ==========================================================================
Night theme skin
========================================================================== */
// Colors
/* Colors */
$base-color: #252a34 !default;
$text-color: #eaeaea !default;
$accent-color: #00adb5 !default;

View File

@ -1,8 +1,8 @@
//
// Plum theme skin
//
/* ==========================================================================
Plum theme skin
========================================================================== */
// Colors
/* Colors */
$base-color: #561050 !default;
$text-color: #35013f !default;
$accent-color: #951556 !default;

View File

@ -1,8 +1,8 @@
//
// Sea theme skin
//
/* ==========================================================================
Sea theme skin
========================================================================== */
// Colors
/* Colors */
$base-color: #41506b !default;
$text-color: #90f6d7 !default;
$accent-color: #35bcbf !default;

View File

@ -1,8 +1,8 @@
//
// Soft theme skin
//
/* ==========================================================================
Soft theme skin
========================================================================== */
// Colors
/* Colors */
$base-color: mix(#625772, #a9eee6, 75%) !default;
$text-color: #625772 !default;
$accent-color: #e85482 !default;

View File

@ -1,8 +1,8 @@
//
// Steel theme skin
//
/* ==========================================================================
Steel theme skin
========================================================================== */
// Colors
/* Colors */
$base-color: #3a4750 !default;
$text-color: #303841 !default;
$accent-color: #d72323 !default;