]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.css
Fix to use server-sent state for whether player has answered/judged
[lmno.games] / empathy / empathy.css
index ef88072179b4637b77da786fdc1d9e266dfc4a9b..7e9bf3015a22e8778da33ea56991c37127172e98 100644 (file)
         color: var(--text-fg-on-accent);
     }
 }
+
+.ambiguity-group {
+    width: 100%;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    background-color: var(--accent-color);
+    margin-bottom: 0.25em;
+    padding: 0;
+    border-radius: 10px;
+}
+
+.ambiguity-button {
+    width: 100%;
+    border-radius: 10px;
+    margin: 0;
+}
+
+.ambiguity-button.selected {
+    background-color: var(--accent-color-bright);
+    color: var(--text-fg-on-accent-bright);
+}