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