diff --git a/resources/help/index.css b/resources/help/index.css index 2c27a62..8ea924b 100644 --- a/resources/help/index.css +++ b/resources/help/index.css @@ -99,7 +99,7 @@ line-height: 1.6em; padding: 0em 0.5em; border-radius: 0.5em 0.2em 0.5em 0.2em; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(0, 0, 0, 0.1); backdrop-filter: blur(5px); color: rgb(255, 186, 96); box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.6); @@ -107,7 +107,7 @@ } .card .part .list .item .commands .command::before { content: "%"; - color: rgba(112, 13, 13, 0.45); + color: rgba(238, 238, 238, 0.45); text-shadow: none; margin-right: 0.1em; margin-left: -0.2em; diff --git a/resources/help/index.scss b/resources/help/index.scss index 340b983..acef14d 100644 --- a/resources/help/index.scss +++ b/resources/help/index.scss @@ -101,7 +101,7 @@ line-height: 1.6em; padding: 0em 0.5em; border-radius: 0.5em 0.2em 0.5em 0.2em; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(0, 0, 0, 0.1); backdrop-filter: blur(5px); color: rgb(255, 186, 96); box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.6); @@ -109,7 +109,7 @@ // text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.3); &::before { content: '%'; - color: rgba(112, 13, 13, 0.45); + color: rgba(238, 238, 238, 0.45); text-shadow: none; margin-right: 0.1em; margin-left: -0.2em;