add raindrop background
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user