cactus icon indicating copy to clipboard operation
cactus copied to clipboard

背景颜色应该怎么修改?

Open MemoryCollection opened this issue 1 year ago • 2 comments

背景颜色应该怎么修改?

MemoryCollection avatar Feb 27 '24 03:02 MemoryCollection

修改 background-color: #1d1f21;

https://github.com/Seevil/cactus/blob/7bab2cc6ca8be76b4dec3e7a80d9da76576cbd8c/css/style.css#L105

nkxingxh avatar Aug 08 '24 06:08 nkxingxh

修改 background-color: #1d1f21;

cactus/css/style.css

Line 105 in 7bab2cc

body{color:#c9cacc;background-color:#1d1f21;font-size:14px;font-weight:400;text-rendering:geometricPrecision;/* min-height:100%; // display:flex; */flex-direction:column;}

这个改完还得改对应的字体颜色

RamSong avatar Oct 07 '25 04:10 RamSong