mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 02:12:38 +00:00
18 lines
276 B
SCSS
18 lines
276 B
SCSS
.home {
|
|
* {
|
|
position: relative;
|
|
}
|
|
|
|
.textlg {
|
|
background: linear-gradient(
|
|
to bottom right,
|
|
#1237b3 0%,
|
|
#3370ff 40%,
|
|
#4e83fd 80%,
|
|
#85b1ff 100%
|
|
);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
}
|