Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Jan 2, 2024
1 parent 58aa831 commit 1b5ff23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Maths.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const Sin = () => {
useEffect(() => {
let all = document.querySelectorAll('.MafsView')
all.forEach(e => {
e.style.setProperty('--mafs-bg', '#15181b');
e.style.setProperty('--mafs-fg', '#F8F9FA');
e.style.setProperty('--mafs-bg', '#0e0d0f');
e.style.setProperty('--mafs-fg', '#e6e6e6');
})
}, [])
return (
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
},
extend: {
colors: {
'darker': "#0a090b",
'darker': "#0e0d0f",
'bg': "#111012",
'mbg': "#171619",
"bg3": "#221d23",
Expand Down

0 comments on commit 1b5ff23

Please sign in to comment.