Skip to content

Commit

Permalink
🎨 introduce Tailwind and refactor portableText #2151 (#2160)
Browse files Browse the repository at this point in the history
* 🎨 introduce Tailwind

* update colors to suit tailwind

* update to colors

* update configuration of portable text

* more tweaks

* update block content and remove h1 from block content

* 🎨 update indentation

* 🎨 remove unused package

* 🎨 update heading titles

* 🎨 clean up unused

* 🎨 remove energy red as background
  • Loading branch information
BorghildSelle authored Mar 8, 2024
1 parent aae7189 commit 26f5cda
Show file tree
Hide file tree
Showing 69 changed files with 1,483 additions and 512 deletions.
32 changes: 32 additions & 0 deletions sanityv3/colorConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//IMPORTANT
// Keep web/colorConfig in sync with this
export default {
white: {
100: 'hsl(0, 0%, 100%)',
},
'moss-green': {
//moss-green-light
50: 'hsl(184, 30%, 96%)',
},
'spruce-wood': {
90: 'hsl(25, 100%, 94%)',
},
'energy-red': {
100: 'hsl(348, 100%, 54%)',
},
'mist-blue': {
100: 'hsl(199, 58%, 90%)',
},
green: {
50: '#c3e4ce',
},
yellow: {
50: '#fff5b8',
},
blue: {
50: '#49709c',
},
orange: {
50: '#f8d1af',
},
}
Loading

0 comments on commit 26f5cda

Please sign in to comment.