diff --git a/css/docsify/darkly.css b/css/docsify/darkly.css index 3bd08b1..7e19f84 100644 --- a/css/docsify/darkly.css +++ b/css/docsify/darkly.css @@ -504,9 +504,9 @@ section.cover { height: 100vh; display: none; background: linear-gradient( - to left bottom, - #ffffff 0%, - #6a6a6a 100% + to bottom, + #e18fdc 0%, + #222 100% ) !important; } section.cover.show {