From b61f45f17e7245f003ee74d1b099bb8b8da17d9c Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 7 Oct 2019 23:20:28 +0200 Subject: Added tools --- common/main.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/main.css b/common/main.css index 5cbcda1..e6667a8 100644 --- a/common/main.css +++ b/common/main.css @@ -110,3 +110,6 @@ p a:hover{text-decoration: none; color:gray;} #bindings>a>img{ border: 6px solid #888888; transition: all .2s ease; } #bindings>a>img:hover{ border: 6px solid #111111; } + +#raylibtech>a>img{ transition: all .2s ease; } +#raylibtech>a>img:hover{ filter: contrast(180%); } -- cgit v1.2.3