fix: typos
This commit is contained in:
parent
6072fd53bd
commit
0a378f48c7
@ -332,8 +332,8 @@ h4 {
|
|||||||
|
|
||||||
/* tag */
|
/* tag */
|
||||||
.default-tag {
|
.default-tag {
|
||||||
background: var(--tag-deflaut-bg);
|
background: var(--tag-default-bg);
|
||||||
color: var(--tag-deflaut-color);
|
color: var(--tag-default-color);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.success-tag {
|
.success-tag {
|
||||||
|
|||||||
@ -24,8 +24,8 @@
|
|||||||
--sidebar-bg-color: #ffffff;
|
--sidebar-bg-color: #ffffff;
|
||||||
--sidebar-width: 240px;
|
--sidebar-width: 240px;
|
||||||
/** tag */
|
/** tag */
|
||||||
--tag-deflaut-bg: rgba(51, 112, 255, 0.2);
|
--tag-default-bg: rgba(51, 112, 255, 0.2);
|
||||||
--tag-deflaut-color: #2b5fd9;
|
--tag-default-color: #2b5fd9;
|
||||||
--tag-success-bg: rgba(52, 199, 36, 0.2);
|
--tag-success-bg: rgba(52, 199, 36, 0.2);
|
||||||
--tag-success-color: #2ca91f;
|
--tag-success-color: #2ca91f;
|
||||||
--tag-warning-bg: rgba(255, 136, 0, 0.2);
|
--tag-warning-bg: rgba(255, 136, 0, 0.2);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user