diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 5dbdbb8dd..e7f01ae58 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -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); @@ -143,29 +143,24 @@ .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%; - --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; +font-weight: bold; +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: var(--theme-purple); +--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);