diff --git a/pkg/appview/public/icons.svg b/pkg/appview/public/icons.svg index b22fd1a..69f44f7 100644 --- a/pkg/appview/public/icons.svg +++ b/pkg/appview/public/icons.svg @@ -70,4 +70,7 @@ + + + \ No newline at end of file diff --git a/pkg/appview/public/static/tangled-black.svg b/pkg/appview/public/static/tangled-black.svg deleted file mode 100644 index d2b7d04..0000000 --- a/pkg/appview/public/static/tangled-black.svg +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pkg/appview/public/static/tangled-white.svg b/pkg/appview/public/static/tangled-white.svg deleted file mode 100644 index 8c5dd86..0000000 --- a/pkg/appview/public/static/tangled-white.svg +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pkg/appview/src/css/main.css b/pkg/appview/src/css/main.css index f29f5cf..24f85af 100644 --- a/pkg/appview/src/css/main.css +++ b/pkg/appview/src/css/main.css @@ -253,22 +253,6 @@ --btn-border: transparent; } -/* ======================================== - THEME-AWARE ICON SWITCHING - ======================================== */ -.icon-light { - display: block; -} -.icon-dark { - display: none; -} -[data-theme="dark"] .icon-light { - display: none; -} -[data-theme="dark"] .icon-dark { - display: block; -} - /* ======================================== STICKY FOOTER LAYOUT + BASE TYPE ======================================== */ diff --git a/pkg/appview/templates/components/footer.html b/pkg/appview/templates/components/footer.html index 13d03aa..cf03513 100644 --- a/pkg/appview/templates/components/footer.html +++ b/pkg/appview/templates/components/footer.html @@ -1,6 +1,6 @@ {{ define "footer" }}