diff --git a/client/style.css b/client/style.css index 348b20c..7d87690 100755 --- a/client/style.css +++ b/client/style.css @@ -323,9 +323,13 @@ tbody tr:hover td { .search>.title>h1 { font-weight: normal; margin-left: .5em; - text-shadow: 0 .05em .1em rgba(0, 0, 0, .5); margin: .7em .3em .5em .3em; } +.search>.title>h1:hover { + -webkit-text-fill-color: transparent; + -webkit-background-clip: text !important; + background: linear-gradient(90deg, #b4dcff 20%, pink 20%, pink 40%, white 40%, white 60%, pink 60%, pink 80%, #b4dcff 80%, #b4dcff 100%); +} .search>.title>.logo { background-color: #7171e5;