mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix:help command color
This commit is contained in:
parent
06ac7083df
commit
aa176240e0
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue