Perma dark mode and fixing inconsistent styles.

This commit is contained in:
iamBadgers
2026-03-28 17:52:59 -07:00
parent 20398be7c4
commit 2ee43ac090
7 changed files with 152 additions and 352 deletions

View File

@@ -29,7 +29,7 @@
FROM node:lts-alpine
# install simple http server for serving static content
RUN npm install -g http-server
RUN npm install -g http-server@latest
# make the 'app' folder the current working directory
WORKDIR /app