summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay <[email protected]>2019-10-07 23:20:28 +0200
committerRay <[email protected]>2019-10-07 23:20:28 +0200
commitb61f45f17e7245f003ee74d1b099bb8b8da17d9c (patch)
tree043fcd51cf039316f713e28d1b6db4fd8cfda387 /common
parent00bb426fb2cd5f692d375480736a32d5d522020e (diff)
downloadraylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.tar.gz
raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.zip
Added tools
Diffstat (limited to 'common')
-rw-r--r--common/main.css3
1 files changed, 3 insertions, 0 deletions
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%); }