diff --git a/public/themes/dist_static/static/css/common.css b/public/themes/dist_static/static/css/common.css index 9d6708f..4e0e74a 100644 --- a/public/themes/dist_static/static/css/common.css +++ b/public/themes/dist_static/static/css/common.css @@ -1924,6 +1924,15 @@ html[lang="en"] .site-footer__col { font-size: var(--font-16); font-weight: 300; line-height: var(--font-21); +}.site-footer__copyright a { + color: var(--color-text-muted); + text-decoration: none; + display: inline-flex; + align-items: center; + gap: 0.25rem; +}.site-footer__copyright a:hover { + color: var(--color-text); + text-decoration: underline; }.site-footer__gongan { display: inline-block; width: 1.125rem; diff --git a/public/themes/website/1/en/demo/components/footer.html b/public/themes/website/1/en/demo/components/footer.html index ff35aff..e4bc5fe 100755 --- a/public/themes/website/1/en/demo/components/footer.html +++ b/public/themes/website/1/en/demo/components/footer.html @@ -55,8 +55,8 @@