cnblogs-theme-silence icon indicating copy to clipboard operation
cnblogs-theme-silence copied to clipboard

无法正确加载 Loading 层的解决方法

Open flydo opened this issue 1 year ago • 0 comments

由于样式中多了个#,导致加载显示不正确。

image

--loading-bg-color: ##b0b0b0;

# 修改为
--loading-bg-color: #b0b0b0;

https://github.com/esofar/cnblogs-theme-silence/blob/795d632bfb999c4e90921a1708ae3a3f4876afd4/src/index.less#L5

不懂得编译的,自己用 VSCode 修改替换格式即可。 image

flydo avatar Jan 03 '24 12:01 flydo