Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.21 KB

notiz.dev design

npm version

Colors

Copy the following styles and tailwind config to apply notiz color palette.

CSS Variable Tailwindcss Usage Value
--blue *-blue notiz blue #55b9f3
--cyan *-cyan notiz cyan #55f3de
--dark-blue *-dark-blue notiz dark blue #556af3

Colors for dark and light mode.

CSS Variable Tailwindcss Usage Dark Light
--background *-background Background color #121212 #f4ffff
--tabs *-tabs Background color for tabs #2d3748 #edf2f7
--text-color *-color Text color #ffffff #1a202c
--text-color-light *-color-light Text color light #a0aec0 #718096