X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.css;h=a32f2de96fa2f2843eeb3b4e602d6c43bb03542a;hp=9d458a3cbb7ea71360dfacfbd282135ce3d22463;hb=ca50b4b8fd8fc7d5fe23b7bba2544d1eef8de33e;hpb=e757a3901a286c6770adcfbc38ed31eec422a828 diff --git a/empathy/empathy.css b/empathy/empathy.css index 9d458a3..a32f2de 100644 --- a/empathy/empathy.css +++ b/empathy/empathy.css @@ -49,6 +49,7 @@ border-radius: 10px; margin: 0; overflow-wrap: break-word; + overflow-y: hidden; } .ambiguity-button.selected { @@ -103,7 +104,7 @@ transition-delay: 1s; } -.label { +.achievement { border-radius: 4px; background-color: var(--accent-color-bright); color: var(--text-fg-on-accent-bright); @@ -135,3 +136,7 @@ color: var(--accent-color-bright); opacity: 1.0; } + +.player-idle { + opacity: 0.5; +}