From 0937fb739ed25dc560add706d0363da34c9fe506 Mon Sep 17 00:00:00 2001 From: 2qx <2qx@small.neomailbox.ch> Date: Tue, 20 Oct 2020 10:09:17 -0400 Subject: [PATCH] fiddle with css --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 8dea42f..fe7b295 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -58,7 +58,7 @@ hr{height:0;border:0;border-bottom:1px dashed #b5e853;color:#b5e853} .btn:hover{background:-webkit-linear-gradient(top, rgba(40,40,40,0.6), rgba(35,35,35,0.6) 50%, rgba(10,10,10,0.8) 50%, rgba(0,0,0,0.8))} .btn .icon{display:inline-block;width:16px;height:16px;margin:1px 8px 0 0;float:left} .btn-github .icon{opacity:0.6;background:url("../images/blacktocat.png") 0 0 no-repeat} -a{color:#63c0f5;text-shadow:0 0 5px rgba(104,182,255,0.5)} +a{color:#80f563;text-shadow:0 0 5px rgba(134, 255, 104, 0.5);text-decoration: none;} .cf:before,.cf:after{content:"";display:table} .cf:after{clear:both} .cf{zoom:1}