Skip to content

Commit

Permalink
Screw it I'm going all in
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Nov 16, 2023
1 parent 0389d8b commit 8e21d3e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions _sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $bodyFont: Roboto, Consolas, sans-serif; //-apple-system, BlinkMacSystemFont, "S

:root {
--body-color: #175241;
--body-bg: #eb89f0;
--body-bg: #e5b8e7;
--link-color: rgb(27, 172, 135);
}

Expand All @@ -22,8 +22,13 @@ $color-mode-type: media-query;
}

body {
background: var(--body-bg);
color: var(--body-color);
// Text gradient
background: -webkit-linear-gradient(#e00e0e, #c77706, #fcf003, #06c710, #078891, #330791, #910751);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

// background: var(--body-bg);
// color: var(--body-color);
font-family: $bodyFont;
margin: 0 auto;
padding-top: 2.5rem;
Expand Down

0 comments on commit 8e21d3e

Please sign in to comment.