Skip to content

Commit

Permalink
Add gradiente
Browse files Browse the repository at this point in the history
  • Loading branch information
Benevanio committed Jan 10, 2023
1 parent b657fdc commit 0abecf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<title>AI_COMDEV</title>
<title>IA_DEV</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ a {

.gradient__text {
background: var(--gradient-text);
background-clip: text;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

Expand Down
3 changes: 2 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
--gradient-text: linear-gradient(89.97deg, #AE67FA 1.84%, #F49867 102.67%);
--gradient-bar: linear-gradient(103.22deg, #AE67FA -13.86%, #F49867 99.55%);

--color-bg: #040C18;
--color-bg:background: rgb(244,109,205);
background: linear-gradient(332deg, rgb(219, 195, 212) 25%, rgba(82,199,255,1) 90%);
--color-footer : #031B34;
--color-blog: #042c54;
--color-text: #81AFDD;
Expand Down

0 comments on commit 0abecf4

Please sign in to comment.