mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 12:48:30 +00:00
perf: ui
This commit is contained in:
@@ -2,4 +2,16 @@
|
||||
* {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user