What is Nostr?
Axel Rauschmayer /
npub17at…75qq
2024-01-04 14:55:13

Axel Rauschmayer on Nostr: By default <input> and <button> don’t seem to be affected by #CSS font-size. This ...

By default <input> and <button> don’t seem to be affected by #CSS font-size. This is my work-around:

body {
font-size: 300%;
}
button {
font-size: 90%;
}
input {
font-size: 90%;
}

I’m curious about the rationale: Why would you want your buttons to stay the same size while all other text is large?
Author Public Key
npub17at4s5zn2gryfckwn6xpmwuaejhdksd93nk8rtzwjsjhcm8pu54s8875qq