]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.css
Empathy: Send prompt suggestions to server and display received prompts
[lmno.games] / empathy / empathy.css
index e8a317ea5c3dc70e403f8490c1e86c622792152e..f3a4c4b4cd0c60dc43222cbea0edbbabef96f182 100644 (file)
@@ -1 +1,10 @@
-/* Nothing to see here yet. */
+.vote-button {
+    width: 100%;
+    background-color: var(--accent-color);
+    color: var(--text-fg-on-accent);
+    text-align: left;
+    border-radius: 25px;
+    font-size: 200%;
+    padding: 1em;
+    margin-top: 0.25em;
+}