Skip to content

Commit

Permalink
changed the color
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpa43 committed Mar 18, 2023
1 parent b673c5c commit c954d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ section#projects {
width: 30rem;
left: 50%;
transform: translate(-50%, -50%);
background: linear-gradient(transparent, rgb(0, 29, 44), rgb(65, 125, 255));
background: linear-gradient(transparent, rgba(32, 229, 255, 0), rgb(217, 28, 226));
animation: animate2 4s linear infinite;
}

Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { createRoot } from 'react-dom/client';
import App from './App'
import './index.css';
document.querySelector('img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]').style.display = 'none';
const container = document.getElementById('root');
const root = createRoot(container);
root.render(<App />)
Expand Down

0 comments on commit c954d52

Please sign in to comment.