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",
      slate: "#528b8b",
      skyblue: "#87ceeb",
      mainlyblue: "#90b0d1",
      blue: "#68a",
      purp: "#8181a6",
      lavender: "#8f6f8f",
      lime: "#b1d631",
      green: "#719611",
      pumpkin: "#ff9800",
      orange: "#c80",
      red: "#ff6a6a",
      crimson: "#aa4450",
      fog: "#999",
      white: "#c0c0c0",
      snow: "#d0d0d0",
    },
  },
  plugins: [],
};

Download

raw zip tar