Skip to content

Commit

Permalink
revert extra green & red variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 21, 2024
1 parent 3eeea1e commit 2c6ce93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
--header-bg: #1c1b20;
--block-bg: transparent;
--shadow-color: rgba(255, 255, 255, 0.036);
--green: 151 69% 42%;
--red: 351 100% 61%;
}

[data-color-scheme='light'] {
Expand All @@ -34,8 +32,6 @@
--header-bg: white;
--block-bg: transparent;
--shadow-color: #0001;
--green: 151 69% 42%;
--red: 351 100% 61%;
}

@layer base {
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = {
'skin-block-bg': 'var(--block-bg)',
'skin-header-bg': 'var(--header-bg)',
'skin-heading': 'var(--heading-color)',
green: 'hsl(var(--green) / <alpha-value>)',
red: 'hsl(var(--red) / <alpha-value>)'
green: '#21b66f',
red: '#ff3856'
},
keyframes: {
fadeIn: {
Expand Down

0 comments on commit 2c6ce93

Please sign in to comment.