summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css
index cd3ca8a..c9e92dc 100644
--- a/style.css
+++ b/style.css
@@ -229,3 +229,21 @@ body {
right: -0.45em;
top: -0.2em;
}
+
+.buttons {
+ margin: 0.2em;
+}
+
+.buttons button {
+ border: none;
+ background: none;
+ color: #eee;
+ cursor: pointer;
+ font-size: 1.4em;
+ margin: 0 0.2em;
+}
+
+.buttons button:hover {
+ background: #fff1;
+ color: #fff;
+}