first commit

This commit is contained in:
2026-01-27 16:54:01 -05:00
commit 0619d59bf3
19 changed files with 1767 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@import "./theme-codecraftsmen-light.css" (prefers-color-scheme: light);
@import "./theme-codecraftsmen-dark.css" (prefers-color-scheme: dark);
#navbar-logo .nav-logo-dark { display: none; }
@media (prefers-color-scheme: dark) {
html[data-theme="codecraftsmen-auto"] #navbar-logo .nav-logo-light { display: none; }
html[data-theme="codecraftsmen-auto"] #navbar-logo .nav-logo-dark { display: inline; }
}
gitea-theme-meta-info {
--theme-display-name: "CodeCraftsmen Auto";
}