Move the footer into a common area for reuse

This commit is contained in:
Oliver 2026-01-18 00:32:44 -07:00
parent 47e693f5b8
commit ed60f9d689
5 changed files with 24 additions and 22 deletions

View file

@ -8,4 +8,5 @@
@import url("./elements/lists.css") layer(elements);
/* Apps */
@import url("./apps/common.css") layer(apps);
@import url("./apps/ArtistApp.css") layer(apps);