hypermedia blog

static site generator

hypermedia blog

tailwind.config.js


/** @type {import('tailwindcss').Config} */
export default {
  content: ["./src/**/*.ts", "./**/*.html"],
  theme: {
    extend: {},
    colors: {
      transparent: "transparent",
      midnight: "#000",
      black: "#111",
      grey: "#222",
      charcoal: "#333",
      fog: "#999",
      snow: "#d0d0d0",
      white: "#c0c0c0",
      blue: "#68a",
      green: "#b1d631",
    },
  },
  plugins: [],
};

Download

raw zip tar