diff options
| author | raysan5 <[email protected]> | 2021-07-01 21:44:14 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-01 21:44:14 +0200 |
| commit | ef8432297a0695bac4cf53326e82ae398471e29c (patch) | |
| tree | 042150923d0f7990db184f493171c20b03cc63cf /common/main.css | |
| parent | 957fe60d0be9b4eec4998e038734df47adc40b14 (diff) | |
| download | raylib.com-ef8432297a0695bac4cf53326e82ae398471e29c.tar.gz raylib.com-ef8432297a0695bac4cf53326e82ae398471e29c.zip | |
ADDED: Extra libraries section
REMOVED: Unused images
Diffstat (limited to 'common/main.css')
| -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 f31630a..467f4f1 100644 --- a/common/main.css +++ b/common/main.css @@ -114,5 +114,8 @@ h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; #bindings>a>img{ border: 6px solid #888888; transition: all .2s ease; } #bindings>a>img:hover{ border: 6px solid #111111; } +#extralibs>a>img{ transition: all .2s ease; } +#extralibs>a>img:hover{ filter: contrast(200%); } + #raylibtech>a>img{ transition: all .2s ease; } #raylibtech>a>img:hover{ filter: contrast(180%); } |
