Change default color to slate
This commit is contained in:
@ -308,7 +308,7 @@ With `radio` type:
|
|||||||
<summary>Reveal accordion</summary>
|
<summary>Reveal accordion</summary>
|
||||||
|
|
||||||
Get it? I know, it's an awful pun.
|
Get it? I know, it's an awful pun.
|
||||||

|

|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -56,8 +56,8 @@
|
|||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
:root {
|
:root {
|
||||||
--primary-color: {{ config.extra.primary_color | default(value="#9a9996") }};
|
--primary-color: {{ config.extra.primary_color | default(value="#6f8396") }};
|
||||||
--primary-color-alpha: {{ config.extra.primary_color_alpha | default(value="rgba(154, 153, 150, 0.2)") }};
|
--primary-color-alpha: {{ config.extra.primary_color_alpha | default(value="rgba(111, 131, 150, 0.2)") }};
|
||||||
}
|
}
|
||||||
|
|
||||||
{%- if config.extra.primary_color_dark %}
|
{%- if config.extra.primary_color_dark %}
|
||||||
|
Reference in New Issue
Block a user