X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.css;h=27d5a3d989d12cc58d95a155d169241ff549dee2;hp=9692274e3a7edd7eaaa4e4976d966e0c91df4cae;hb=03ec08e67b15cfb053bb8e7d48aefc331fdbda33;hpb=182083e7c5284b7e373a133dce71eac86cb365f7 diff --git a/empathy/empathy.css b/empathy/empathy.css index 9692274..27d5a3d 100644 --- a/empathy/empathy.css +++ b/empathy/empathy.css @@ -7,6 +7,7 @@ font-size: 200%; padding: 1em; margin-bottom: 0.25em; + position: relative; } .vote-choices { @@ -96,6 +97,16 @@ .typing.idle span { opacity: 0.0; transition-property: opacity; - transition-duration: 6s; - transition-delay: 3s; + transition-duration: 2s; + transition-delay: 1s; +} + +.label { + border-radius: 4px; + background-color: var(--accent-color-bright); + color: var(--text-fg-on-accent-bright); + font-size: 72%; + font-weight: bold; + padding: 0.25em; + text-transform: uppercase; }