styling
scrollbar colour based on theme (firefox only atm), and theme change hover glow
This commit is contained in:
6
saki.ts
6
saki.ts
@@ -1,6 +1,6 @@
|
||||
import * as path from 'path';
|
||||
import { copyFileSync, existsSync, readdirSync, rmSync, mkdirSync, readFileSync, writeFileSync } from 'fs';
|
||||
import type { Renderer } from './ryuji.js';
|
||||
import * as path from "path";
|
||||
import { copyFileSync, existsSync, readdirSync, rmSync, mkdirSync, readFileSync, writeFileSync } from "fs";
|
||||
import type { Renderer } from "./ryuji.js";
|
||||
|
||||
export class Builder {
|
||||
build_dir: string;
|
||||
|
||||
Reference in New Issue
Block a user