diff --git a/static/index.html b/static/index.html
index 33048a4..1f80a58 100644
--- a/static/index.html
+++ b/static/index.html
@@ -4,6 +4,7 @@
diff --git a/static/logo.svg b/static/logo.svg
new file mode 100644
index 0000000..946704d
--- /dev/null
+++ b/static/logo.svg
@@ -0,0 +1,4 @@
+
diff --git a/static/poll.html b/static/poll.html
index 601fd49..4cfd53b 100644
--- a/static/poll.html
+++ b/static/poll.html
@@ -4,6 +4,7 @@
mediator — poll
+
@@ -11,7 +12,7 @@
diff --git a/static/style.css b/static/style.css
index 1d3cc08..beeae7b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -82,10 +82,10 @@ header.site {
.logo .dot {
display: inline-block;
- width: 0.7em;
- height: 0.7em;
- background: var(--primary);
- border: 1px solid var(--secondary);
+ width: 0.9em;
+ height: 0.9em;
+ color: var(--secondary);
+ vertical-align: -0.1em;
margin-right: 0.4em;
}