diff --git a/_app/assets/themes/curtana/_less/app.less b/_app/assets/themes/curtana/_less/app.less index cc044c6e8..7feb88eea 100644 --- a/_app/assets/themes/curtana/_less/app.less +++ b/_app/assets/themes/curtana/_less/app.less @@ -1,6 +1,6 @@ -/*! - * Curtana for Almace Scaffolding | © Tunghsiao Liu | MIT - */ +// +// Curtana for Almace Scaffolding | © Tunghsiao Liu | MIT +// // Core components @import "variables"; diff --git a/_app/assets/themes/curtana/_less/components/randomized.less b/_app/assets/themes/curtana/_less/components/randomized.less index a49601828..6dd7d6f6b 100644 --- a/_app/assets/themes/curtana/_less/components/randomized.less +++ b/_app/assets/themes/curtana/_less/components/randomized.less @@ -1,10 +1,10 @@ -/*! - * Randomized | © Tunghsiao Liu | MIT - */ +// +// Randomized | © Tunghsiao Liu | MIT +// - // Variables for standalone version - // @link-color: #a212d1; - // @code-color: #00cc80; +// Variables for standalone version +// @link-color: #a212d1; +// @code-color: #00cc80; // Calculate code background color based on the lightness of link color .calc-bg (@v) when (lightness(@v) >= 80%) {