Fix color bug

Former-commit-id: 95c7f556b5c6c68abf02b75fc532ae8401df6bf0
This commit is contained in:
Physton
2023-05-22 14:47:33 +08:00
parent e1455b07d9
commit 0742cc29bf
2 changed files with 6 additions and 6 deletions

View File

@@ -553,20 +553,20 @@
}
&.lora-tag {
color: var(--geekblue-9);
color: #597ef7;
}
&.lora-not-exists {
background: var(--red-2);
background: #ffccc7;
animation: lora-not-exists 1s infinite;
}
&.lyco-tag {
color: var(--geekblue-9);
color: #597ef7;
}
&.lyco-not-exists {
background: var(--red-2);
background: #ffccc7;
animation: lora-not-exists 1s infinite;
}
@@ -583,7 +583,7 @@
}
&.embedding-tag {
color: var(--cyan-7);
color: #33bcb7;
}
&:hover {

2
styles/main.min.css vendored

File diff suppressed because one or more lines are too long