add f0ck98 theme

This commit is contained in:
2026-07-25 22:14:54 +02:00
parent 88e6b6efb9
commit 07de9d4488
8 changed files with 626 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
const cssDir = path.join(process.cwd(), 'public/s/css');
const files = ['f0ckm.css', 'v0ck.css'];
const files = ['f0ckm.css', 'v0ck.css', '98.css'];
const outputFile = path.join(cssDir, 'bundle.css');
let combined = '';