ProgrammingVTuberLogos icon indicating copy to clipboard operation
ProgrammingVTuberLogos copied to clipboard

[OTHER] Thick style of ReplaceGuide/VSCode/style.css

Open hqc8848 opened this issue 1 year ago • 0 comments

Describe your issues here

I think add six characters in a CSS is very easy, just copy it and press the key for six times, and rename it, that's it.

Just like this:

.editor-group-watermark {
  max-width: 500px !important;
  padding-left: 1em;
  padding-right: 1em;
}

.editor-group-watermark .letterpress {
  background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important;
  aspect-ratio: 8/5 !important;
}

And rename it like style-Thick.css, then upload, done.

hqc8848 avatar Aug 30 '24 03:08 hqc8848