add raindrop background

This commit is contained in:
Timi
2025-12-05 18:21:09 +08:00
parent 99ad931059
commit 199d1ed6ef
7 changed files with 125 additions and 11 deletions

View File

@ -47,6 +47,9 @@ page {
/* === 视频播放按钮 === */
--theme-video-play: rgba(255, 255, 255, .9);
/* 内容颜色 */
--theme-content-rain: rgb(108, 221, 255, .7);
}
/* 深色模式变量 */
@ -86,4 +89,7 @@ page[data-weui-theme="dark"] {
/* === 视频播放按钮 === */
--theme-video-play: rgba(200, 200, 200, .8);
/* 内容颜色 */
--theme-content-rain: rgba(235, 250, 255, .7);
}