mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +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;
|
line-height: 1.6em;
|
||||||
padding: 0em 0.5em;
|
padding: 0em 0.5em;
|
||||||
border-radius: 0.5em 0.2em 0.5em 0.2em;
|
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);
|
backdrop-filter: blur(5px);
|
||||||
color: rgb(255, 186, 96);
|
color: rgb(255, 186, 96);
|
||||||
box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.6);
|
box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.6);
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
}
|
}
|
||||||
.card .part .list .item .commands .command::before {
|
.card .part .list .item .commands .command::before {
|
||||||
content: "%";
|
content: "%";
|
||||||
color: rgba(112, 13, 13, 0.45);
|
color: rgba(238, 238, 238, 0.45);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
margin-right: 0.1em;
|
margin-right: 0.1em;
|
||||||
margin-left: -0.2em;
|
margin-left: -0.2em;
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
padding: 0em 0.5em;
|
padding: 0em 0.5em;
|
||||||
border-radius: 0.5em 0.2em 0.5em 0.2em;
|
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);
|
backdrop-filter: blur(5px);
|
||||||
color: rgb(255, 186, 96);
|
color: rgb(255, 186, 96);
|
||||||
box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.6);
|
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);
|
// text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.3);
|
||||||
&::before {
|
&::before {
|
||||||
content: '%';
|
content: '%';
|
||||||
color: rgba(112, 13, 13, 0.45);
|
color: rgba(238, 238, 238, 0.45);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
margin-right: 0.1em;
|
margin-right: 0.1em;
|
||||||
margin-left: -0.2em;
|
margin-left: -0.2em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue