From ee5d0d715a3f8aa8368a4f098663e692c088179f Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 10 Jun 2026 18:22:03 +0200 Subject: [PATCH] Add icon --- static/index.html | 3 ++- static/logo.svg | 4 ++++ static/poll.html | 3 ++- static/style.css | 8 ++++---- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 static/logo.svg 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 @@ mediator — new poll + @@ -11,7 +12,7 @@
- + one calendar for the whole crew
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 @@
- + one calendar for the whole crew
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; }