Change comment style
This commit is contained in:
parent
3496999b3a
commit
21494729e1
|
@ -1,5 +1,5 @@
|
||||||
//
|
/* ==========================================================================
|
||||||
// Default theme skin
|
Default theme skin
|
||||||
//
|
========================================================================== */
|
||||||
|
|
||||||
// Intentionally left blank
|
// Intentionally left blank
|
|
@ -1,8 +1,8 @@
|
||||||
//
|
/* ==========================================================================
|
||||||
// Night theme skin
|
Night theme skin
|
||||||
//
|
========================================================================== */
|
||||||
|
|
||||||
// Colors
|
/* Colors */
|
||||||
$base-color: #252a34 !default;
|
$base-color: #252a34 !default;
|
||||||
$text-color: #eaeaea !default;
|
$text-color: #eaeaea !default;
|
||||||
$accent-color: #00adb5 !default;
|
$accent-color: #00adb5 !default;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
//
|
/* ==========================================================================
|
||||||
// Plum theme skin
|
Plum theme skin
|
||||||
//
|
========================================================================== */
|
||||||
|
|
||||||
// Colors
|
/* Colors */
|
||||||
$base-color: #561050 !default;
|
$base-color: #561050 !default;
|
||||||
$text-color: #35013f !default;
|
$text-color: #35013f !default;
|
||||||
$accent-color: #951556 !default;
|
$accent-color: #951556 !default;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
//
|
/* ==========================================================================
|
||||||
// Sea theme skin
|
Sea theme skin
|
||||||
//
|
========================================================================== */
|
||||||
|
|
||||||
// Colors
|
/* Colors */
|
||||||
$base-color: #41506b !default;
|
$base-color: #41506b !default;
|
||||||
$text-color: #90f6d7 !default;
|
$text-color: #90f6d7 !default;
|
||||||
$accent-color: #35bcbf !default;
|
$accent-color: #35bcbf !default;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
//
|
/* ==========================================================================
|
||||||
// Soft theme skin
|
Soft theme skin
|
||||||
//
|
========================================================================== */
|
||||||
|
|
||||||
// Colors
|
/* Colors */
|
||||||
$base-color: mix(#625772, #a9eee6, 75%) !default;
|
$base-color: mix(#625772, #a9eee6, 75%) !default;
|
||||||
$text-color: #625772 !default;
|
$text-color: #625772 !default;
|
||||||
$accent-color: #e85482 !default;
|
$accent-color: #e85482 !default;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
//
|
/* ==========================================================================
|
||||||
// Steel theme skin
|
Steel theme skin
|
||||||
//
|
========================================================================== */
|
||||||
|
|
||||||
// Colors
|
/* Colors */
|
||||||
$base-color: #3a4750 !default;
|
$base-color: #3a4750 !default;
|
||||||
$text-color: #303841 !default;
|
$text-color: #303841 !default;
|
||||||
$accent-color: #d72323 !default;
|
$accent-color: #d72323 !default;
|
||||||
|
|
Loading…
Reference in New Issue