mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-01 17:45:28 +08:00
### What problem does this PR solve? feat: Dynamically change the background image on the search homepage every day #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -51,7 +51,6 @@
|
||||
|
||||
.firstRenderContent {
|
||||
height: 100%;
|
||||
background-image: url(https://www.bing.com/th?id=OHR.IguazuRainbow_ZH-CN6524347982_1920x1080.webp&qlt=50);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
@ -122,7 +121,7 @@
|
||||
font-weight: 600;
|
||||
line-height: 20px;
|
||||
|
||||
background: linear-gradient(to right, #095fab 10%, #25abe8 50%, #57d75b 60%);
|
||||
background: linear-gradient(to right, #095fab 10%, #25abe8 50%, #55c8dd 60%);
|
||||
background-size: auto auto;
|
||||
background-clip: border-box;
|
||||
background-size: 200% auto;
|
||||
|
||||
Reference in New Issue
Block a user