enable use random pure color background for index page

This commit is contained in:
RockYang
2024-07-19 18:43:01 +08:00
parent 7463cfc66c
commit cb0dacd5e0
14 changed files with 290 additions and 151 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1721292490257') format('woff2'),
url('iconfont.woff?t=1721292490257') format('woff'),
url('iconfont.ttf?t=1721292490257') format('truetype');
src: url('iconfont.woff2?t=1721356513025') format('woff2'),
url('iconfont.woff?t=1721356513025') format('woff'),
url('iconfont.ttf?t=1721356513025') format('truetype');
}
.iconfont {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-app:before {
content: "\e64f";
}
.icon-pause:before {
content: "\e693";
}