美化提交0411-2

This commit is contained in:
Thek28 tk 2023-04-11 08:39:19 +00:00
parent de4376a1f4
commit e3c7944049
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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);