This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 | |
--- |
OlderNewer