fix: typos

This commit is contained in:
xuwei-fit2cloud 2024-04-15 15:35:36 +08:00
parent 6072fd53bd
commit 0a378f48c7
2 changed files with 4 additions and 4 deletions

View File

@ -332,8 +332,8 @@ h4 {
/* tag */
.default-tag {
background: var(--tag-deflaut-bg);
color: var(--tag-deflaut-color);
background: var(--tag-default-bg);
color: var(--tag-default-color);
border: none;
}
.success-tag {

View File

@ -24,8 +24,8 @@
--sidebar-bg-color: #ffffff;
--sidebar-width: 240px;
/** tag */
--tag-deflaut-bg: rgba(51, 112, 255, 0.2);
--tag-deflaut-color: #2b5fd9;
--tag-default-bg: rgba(51, 112, 255, 0.2);
--tag-default-color: #2b5fd9;
--tag-success-bg: rgba(52, 199, 36, 0.2);
--tag-success-color: #2ca91f;
--tag-warning-bg: rgba(255, 136, 0, 0.2);