mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 03:31:41 +00:00
Fix color bug
Former-commit-id: 95c7f556b5c6c68abf02b75fc532ae8401df6bf0
This commit is contained in:
@@ -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
2
styles/main.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user