mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
commit
097a7863fb
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue