Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDDHU123M authored Nov 9, 2024
1 parent e9424e8 commit 1335ffa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ header h1#doc-title {
font-size: 2.5em;
background: linear-gradient(to right, #ff9800 0%, rgba(255, 152, 0, 0) 100%);
color: #ff9800;
font-weight: bold;
/* font-weight: bold; */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Kanit", sans-serif;
font-weight: 400;
font-style: normal;
}
}

#content h2,
Expand Down

0 comments on commit 1335ffa

Please sign in to comment.