diff --git a/app/demo/index.css b/app/demo/index.css index 23b68307..418e7deb 100644 --- a/app/demo/index.css +++ b/app/demo/index.css @@ -62,6 +62,24 @@ body { --mdc-theme-secondary: rebeccapurple; } +.site-footer { + display: flex; + justify-content: center; + gap: 0.75rem; + padding: 1rem 1rem 2.5rem; + color: var(--lighter-grey); + font-size: 0.9rem; + + & a { + color: inherit; + text-underline-offset: 0.2em; + + &:hover { + color: var(--theme-color); + } + } +} + img { max-width: 100%; } diff --git a/app/index.html b/app/index.html index d54ba824..107594d1 100644 --- a/app/index.html +++ b/app/index.html @@ -740,6 +740,12 @@