UNPKG

slidev-theme-gtlabo

Version:

A Slidev theme for laboratory presentations with customizable components

14 lines (12 loc) 212 B
import { defineConfig } from 'unocss' export default defineConfig({ theme: { fontSize: { md: '1rem', }, colors: { 'text-main': '#1f2937', 'theme-color': '#0284c7', }, }, })