mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-05-16 05:07:36 +08:00
refactor:将 config_editor 页面中的提示(notification)样式完全统一为与 keys_status 页面一致的黑色半透明风格,无论提示类型均不会再出现绿色等色块。
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
@apply: bg-primary-600;
|
||||
background-color: #4F46E5;
|
||||
}
|
||||
/* 统一通知样式为黑色半透明,确保与 keys_status 一致 */
|
||||
.notification {
|
||||
background: rgba(0,0,0,0.8) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user