ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit e425ae1370bf8f722559b659da61d5429418e7d3
parent 274c3a52f0a09d8e53f0d3fac0f26b75b854c366
Author: Milan Pässler <milan@petabyte.dev>
Date: Tue, 4 Aug 2020 19:01:44 +0200

I like trains
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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;