perf: 减少首屏图片体积,从600+缩减到500+

pull/56/head
moonrailgun 3 years ago
parent 3fc8f4fbdc
commit 6ea7475f8d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 648 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

@ -1,7 +1,7 @@
#tailchat-app {
@apply text-typography-light bg-content-light;
--tc-background-image: url(../../assets/images/bg.jpg);
--tc-background-image: url(../../assets/images/bg.webp);
--tc-content-background-image: '';
--tc-content-background-image-opacity: 0.2;
--tc-content-background-color: rgba(243, 244, 246, 1); // copy from bg-content-light

Loading…
Cancel
Save