fix:help command color

This commit is contained in:
bietiaop 2024-07-23 21:00:19 +08:00
parent 06ac7083df
commit aa176240e0
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;