美化更新0411-3

This commit is contained in:
Thek28 tk 2023-04-11 09:24:46 +00:00
parent e3c7944049
commit e88cd4cfa7

View File

@ -58,7 +58,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(34, 165, 226, 0.8), rgba(45, 218, 174, 0.8) 30%, rgb(221, 190, 221) 60% );
//border-radius: 10px;
margin-bottom: 10px;
box-shadow: var(--card-shadow);
@ -144,28 +144,23 @@
.sidebar-title {
font-size: 20px;
font-weight: bold;
//下面新加的
background-image: var(--accent-gradient);
--webkit-background-clip: text;
//--webkit-text-fill-color: #e50d0d00;
//background-size: 113%;
//background-position: 0%;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(229, 13, 13, 0);
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% );
border-radius: 10px;
margin-bottom: 10px;
box-shadow: var(--card-shadow);
//transition: background-color 0.3s ease;
//cursor: pointer;
//user-select: none;
//border: 1px solid transparent;
position: relative;
overflow: hidden;
--accent-gradient: linear-gradient( 45deg, rgba(124, 58, 237, .8), rgba(218, 98, 196, .8) 30%, white 60% );
}
.sidebar-sub-title {
font-size: 12px;
font-weight: 400px;
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(229, 13, 13, 0);
background-size: 113%;
background-position: 0%;
--accent-gradient: linear-gradient( 45deg, rgba(34, 165, 226, 0.8), rgba(45, 218, 174, 0.8) 30%, rgb(238, 168, 237) 60% );
}
.sidebar-body {
@ -195,7 +190,7 @@
background-size: 113%;
background-position: 0%;
--accent-gradient: var(--theme-purple);
--accent-gradient: linear-gradient( 45deg, rgba(124, 58, 237, .8), rgba(218, 98, 196, .8) 40%, rgb(44, 223, 217) 97% );
--accent-gradient: linear-gradient( 45deg, rgba(124, 58, 237, .8), rgba(218, 98, 196, .8) 30%, rgb(238, 168, 237) 60% );
//border-radius: 10px;
margin-bottom: 10px;
box-shadow: var(--card-shadow);