#better shiki codeblocks

1 messages · Page 1 of 1 (latest)

atomic cosmos
#

Do I need to include something additionally in Vencord or specifically insert the code into CSS? for example to the top or bottom

tame pollen
#

Alternatively include the url as a theme

atomic cosmos
atomic cosmos
#

It contains only your link to CSS

rancid shale
#

show the window

atomic cosmos
rancid shale
atomic cosmos
#

not sure

rancid shale
#

vp shiki

covert ploverBOT
atomic cosmos
rancid shale
#

install noto-fonts

atomic cosmos
calm quail
#

can you fix it it does not work on my theme

rancid shale
covert ploverBOT
inland summit
#

i did download the noto sans fonts

#

but still have that same issue

rancid shale
inland summit
#

yes i do

rancid shale
#

send a screenshot of a codeblock

#
a {
color: red;
}
inland summit
rancid shale
# inland summit

oh fuck its a windows issue
well you're on your own fix it yourself
fuck windows

inland summit
#

ohhh

#

fuck windows

atomic cosmos
#

fuck windows

native temple
#

i'm on linux mint and it still happens to me

rancid shale
inland summit
#

@atomic cosmos here dude just override it and it might work

#
  top: -3px !important;
  left: -7px !important;
  content: ":sob:" !important; /* or any other symbol you want */
  font-size: 16px !important;
}```
#

works fine now

atomic cosmos
inland summit
#

need fix for one liner tho

native temple
#

it works when i paste it into the quickcss editor, but when i paste it in a css file, it doesn't work, it just breaks the snippet

inland summit
#

hmmm

#

wait

#

why using css file in first place

native temple
#

cuz i want all my themes to be neatly organized and not for all of them to be inside the quickcss editor

inland summit
#

i mean i use custom themes too just override most of the stuff i need customizing while importing the entire css link from the github file in vencord online theme

inland summit
#

i tried it your way

#

and it still works for me

native temple
#

weird

inland summit
#

must be something in your css that is overriding it

#

try commenting entire css, just add this and check if it stilll works

@import url(https://blade04208.github.io/css/bettershiki.css);

.vc-shiki-btn::after {
  top: -3px !important;
  left: -7px !important;
  content: "😭" !important; /* or any other symbol you want */
  font-size: 16px !important;
}
native temple
#

this works. i don't even have to disable any other theme

inland summit
#

huh

#

then what were u doing before differently??

native temple
#

i simply disabled all my themes and reenabled them and now it works

#

idk but i'm not complaining

calm quail
raven crypt
#

Do forget too put ; at the end guys !

calm quail
#

thanks!

sudden crypt
#

not sure if this is still being updated at all but, if i use this and expand a codeblock this happens