Skip to content

Commit

Permalink
docs: prettier color for title text font face.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyniu committed Jan 16, 2025
1 parent d59f87e commit 1be0194
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@

.main-title .chromatic {
background:
linear-gradient(75Deg, rgba(80,240,160,0.6), rgba(240,128,80,0.6)),
linear-gradient(15deg, rgba(240,160,80,0.6), rgba(128,80,240,0.6));
linear-gradient(
120Deg,
rgba(80,240,160,0.6) 5%,
rgba(240,160,80,0.6) 40%,
rgba(240,128,80,0.6) 60%,
rgba(128,80,240,0.6) 95%);
background-clip: text;
-webkitbackground-clip: text;
color: rgba(0,0,0,0);
Expand All @@ -32,6 +36,7 @@
font-size: 78%;
}
</style>
<base href="./MySuiteA/" />
</head>
<body>
<h1 class="main-title" >
Expand Down

0 comments on commit 1be0194

Please sign in to comment.