]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.css
Add some autofocus attributes
[lmno.games] / empathy / empathy.css
index 8a3f36c7384aeaf3596fedc35fecc40963de2097..a32f2de96fa2f2843eeb3b4e602d6c43bb03542a 100644 (file)
@@ -48,6 +48,8 @@
 .ambiguity-button {
     border-radius: 10px;
     margin: 0;
+    overflow-wrap: break-word;
+    overflow-y: hidden;
 }
 
 .ambiguity-button.selected {
     transition-delay: 1s;
 }
 
-.label {
+.achievement {
     border-radius: 4px;
     background-color: var(--accent-color-bright);
     color: var(--text-fg-on-accent-bright);
     color: var(--accent-color-bright);
     opacity: 1.0;
 }
+
+.player-idle {
+    opacity: 0.5;
+}