mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
美化提交0411-2
This commit is contained in:
parent
de4376a1f4
commit
e3c7944049
@ -1,5 +1,5 @@
|
||||
.icon-button {
|
||||
background-color: #0c040430;
|
||||
background-color: rgba(255, 255, 255, 0.32);
|
||||
border-radius: 200px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -6,7 +6,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
//background-color:#0bc398;
|
||||
//background-color:#0bc398;
|
||||
//下面新加的
|
||||
background-image: var(--accent-gradient);
|
||||
//-webkit-background-clip: text;
|
||||
@ -14,7 +14,7 @@
|
||||
background-size: 113%;
|
||||
background-position: 0%;
|
||||
--accent-gradient: var(--theme-purple);
|
||||
--accent-gradient: linear-gradient( 45deg, rgba(34, 165, 226, 0.8), rgba(45, 218, 174, 0.8) 30%, rgb(238, 168, 237) 60% );
|
||||
--accent-gradient: linear-gradient( 45deg, rgba(221, 190, 221,0.8) 15%, rgba(45, 218, 174, 0.8) 30%,rgba(34, 165, 226, 0.8) 60% );
|
||||
//border-radius: 10px;
|
||||
margin-bottom: 10px;
|
||||
box-shadow: var(--card-shadow);
|
||||
|
Loading…
Reference in New Issue
Block a user