mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
调整不同模式下的bing渲染颜色
This commit is contained in:
parent
47178eec52
commit
55f99d36e3
1 changed files with 41 additions and 0 deletions
|
|
@ -3545,6 +3545,47 @@ input.form-control-sm {
|
|||
color: #17a2b8;
|
||||
}
|
||||
|
||||
/* Sydney */
|
||||
.body-Sydney {
|
||||
background: #b4afed29;
|
||||
}
|
||||
.section-heading-Sydney h2 {
|
||||
color: rgba(26, 0, 170, 0.25);
|
||||
}
|
||||
.section-heading-Sydney h2::after {
|
||||
background: #a5aae96a;
|
||||
}
|
||||
.hero-content-Sydney h4::after {
|
||||
background: #6e6bff;
|
||||
}
|
||||
.site-footer-Sydney {
|
||||
border-top: 1px solid #4842c1;
|
||||
}
|
||||
.copyright-text-Sydney p {
|
||||
color: #6217b8;
|
||||
}
|
||||
|
||||
/* precise */
|
||||
.body-precise {
|
||||
background: #20c9970f;
|
||||
}
|
||||
.section-heading-precise h2 {
|
||||
color: rgba(0, 167, 170, 0.25);
|
||||
}
|
||||
.section-heading-precise h2::after {
|
||||
background: #a5e9ca6a;
|
||||
}
|
||||
.hero-content-precise h4::after {
|
||||
background: #33ccb0;
|
||||
}
|
||||
.site-footer-precise {
|
||||
border-top: 1px solid #42c19d;
|
||||
}
|
||||
.copyright-text-precise p {
|
||||
color: #17b8a0;
|
||||
}
|
||||
|
||||
/* creative */
|
||||
.body-Sydney {
|
||||
background: #c5afed29;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue