diff options
| author | Ray <[email protected]> | 2019-10-07 23:20:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-10-07 23:20:28 +0200 |
| commit | b61f45f17e7245f003ee74d1b099bb8b8da17d9c (patch) | |
| tree | 043fcd51cf039316f713e28d1b6db4fd8cfda387 /common | |
| parent | 00bb426fb2cd5f692d375480736a32d5d522020e (diff) | |
| download | raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.tar.gz raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.zip | |
Added tools
Diffstat (limited to 'common')
| -rw-r--r-- | common/main.css | 3 |
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%); } |
