From bdf7d23138c27d5da84d445eee552f9a7cb6945d Mon Sep 17 00:00:00 2001 From: "Difrex(Denis Zheleztsov)" Date: Thu, 3 Jul 2014 11:34:23 +0400 Subject: [PATCH] Fast fix --- t/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/head.html b/t/head.html index 385c78c..c42bf17 100644 --- a/t/head.html +++ b/t/head.html @@ -108,7 +108,7 @@ .echo a:hover { color: #222; display: inline-block; - box-shadow: 0 0 4px rgba(0, 255, 255, 0.5); + box-shadow: 0 0 4px rgba(0, 0, 255, 0.5); border-width: 1px; border-style: solid; border-radius: 3px;