aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/style.css')
-rw-r--r--client/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/style.css b/client/style.css
index 8552c63..4a134c6 100644
--- a/client/style.css
+++ b/client/style.css
@@ -12,6 +12,19 @@ html {
background: black;
}
+.votable {
+ cursor: pointer;
+}
+
+.mine {
+ background: #444444;
+ color: #dddddd;
+}
+
+.voted {
+ background: #003300;
+}
+
.white {
color: black;
background: white;