From c038c17d6829e5777ea63674b53215428c4d1d26 Mon Sep 17 00:00:00 2001 From: Bernie Brown <75189635+paras-zomby@users.noreply.github.com> Date: Fri, 3 May 2024 10:15:17 +0800 Subject: [PATCH] add style-thick.css for thick icon choice --- ReplaceGuide/VSCode/style-thick.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ReplaceGuide/VSCode/style-thick.css diff --git a/ReplaceGuide/VSCode/style-thick.css b/ReplaceGuide/VSCode/style-thick.css new file mode 100644 index 0000000..6b92a42 --- /dev/null +++ b/ReplaceGuide/VSCode/style-thick.css @@ -0,0 +1,10 @@ +.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; +}