You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.