.key { color: #666; font-size: .9em; user-select: all; } .smol { font-size: .8em; color: #666; } .content { padding-top: 2em; } .subtext { font-size: 1em; display: block; color: #666; } input { display: block; padding-bottom: .5em; margin-bottom: 1em; } .hidden { display: none !important; } .htmx-request .indicator{ display:inline; } .htmx-request.indicator{ display:inline; } .underline { text-decoration: underline dotted; } #show_wallets { animation-name: example; animation-duration: 4s; } @keyframes example { from {background-color: red;} to {background-color: yellow;} }