Skip to content

Instantly share code, notes, and snippets.

View jakebresnehan's full-sized avatar
👋

Jake Bresnehan jakebresnehan

👋
View GitHub Profile
/* to be used with the default obsidian theme */
/* to install, add color-tweaks-minimal-tabs.css to .obsidian/snippets/ and enable in the settings */
.theme-light {
--color-base-05: #fafbfd;
--color-base-10: #f8f9fb;
--color-base-20: #f2f4f9;
--color-base-25: #dce0e8;
--color-base-30: #d8dce7;
--color-base-35: #cbd0dc;
@danhollick
danhollick / tailwind-css-v4.mdc
Last active July 12, 2025 22:11
Cursor rules file for Tailwind CSS v4.0
// Update globs depending on your framework
---
name: tailwind_v4
description: Guide for using Tailwind CSS v4 instead of v3.x
globs: ["**/*.{js,ts,jsx,tsx,mdx,css}"]
tags:
- tailwind
- css
---