From fd2ef8609852058ddb7dc7450fb16da0e95cd40a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 2 Aug 2020 18:33:04 +0200 Subject: Submit votes --- client/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'client/style.css') 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; -- cgit v1.2.3