mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-06-11 14:34:15 -04:00
17 lines
358 B
CSS
17 lines
358 B
CSS
.gradient-text {
|
|
background-image: linear-gradient(to right, #e53935, #1e88e5);
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
color: transparent;
|
|
}
|
|
|
|
#clearResultsBtn:hover {
|
|
/* Use Bootswatch is-invalid color */
|
|
color: #dc3545;
|
|
|
|
}
|
|
|
|
#closeAlertBtn:hover {
|
|
/* Use Bootswatch is-invalid color */
|
|
color: #dc3545;
|
|
} |