aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-02 18:33:04 +0200
committerJasper Van der Jeugt2020-08-02 18:33:04 +0200
commitfd2ef8609852058ddb7dc7450fb16da0e95cd40a (patch)
treed7f6f62883beee79637cc4727bf2b8a2709f7e9d /client/style.css
parentaf9ba36883d902d2415811377e4a67fab4d11226 (diff)
Submit votes
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;