I'm using this for https://bsky.app/profile/vlad.sitalo.org/post/3ldk6uush5k2p and when this css is embedded on different pages - it's affected by the root-page's font-size, and because it's defined in terms of rem it doesn't seem possible to override it?
I think using em would make more sense in this case, defining the sizes in terms of the parent element, and allowing me to change them in my use-case.
I'm using this for https://bsky.app/profile/vlad.sitalo.org/post/3ldk6uush5k2p and when this css is embedded on different pages - it's affected by the root-page's font-size, and because it's defined in terms of
remit doesn't seem possible to override it?I think using
emwould make more sense in this case, defining the sizes in terms of the parent element, and allowing me to change them in my use-case.