diff --git a/docz/static/electron/ew.png b/docz/static/electron/ew.png index d4bde0a..e45ab15 100644 Binary files a/docz/static/electron/ew.png and b/docz/static/electron/ew.png differ diff --git a/docz/static/electron/index.html b/docz/static/electron/index.html index 78c6499..872a07d 100644 --- a/docz/static/electron/index.html +++ b/docz/static/electron/index.html @@ -34,8 +34,8 @@ diff --git a/docz/static/electron/styles.css b/docz/static/electron/styles.css index af9460e..1f3bc0c 100644 --- a/docz/static/electron/styles.css +++ b/docz/static/electron/styles.css @@ -167,7 +167,6 @@ button:focus, input[type="submit"]:focus, input[type="file"]:focus { Footer ===================== */ footer { - background-color: #eee; padding: 1rem; display: flex; justify-content: center; @@ -190,6 +189,12 @@ footer li { list-style: none; } +footer li a { + display: flex; + align-items: center; + gap: 0.5rem; +} + /* ===================== Responsive Table Container ===================== */