Skip to content

Commit

Permalink
Merge pull request #4 from cobrinhas/3-refactor-remove-or-improve-dar…
Browse files Browse the repository at this point in the history
…k-mode

refactor: remove or improve dark mode
  • Loading branch information
freitzzz authored Sep 22, 2023
2 parents e667143 + b702dca commit b8f6200
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 12 additions & 1 deletion src/extension/index.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
module.exports = {
content: ['./src/**/*.{html,js,ts}'],
theme: {
extend: {}
extend: {
colors: {
bkg: 'hsl(var(--color-bkg) / <alpha-value>)'
}
}
},
plugins: [require('rippleui')]
};

0 comments on commit b8f6200

Please sign in to comment.