summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-14 17:55:13 +0200
committerRay <[email protected]>2019-05-14 17:55:13 +0200
commit8968a408cf84bb7fdaa5cb42e63acc05b741ef52 (patch)
tree78fb65154083c56b409a3e89366d9387f42033d8 /common
parent0aa3b9540195a446dbb3c9a81158adeb5b1eaa88 (diff)
downloadraylib.com-8968a408cf84bb7fdaa5cb42e63acc05b741ef52.tar.gz
raylib.com-8968a408cf84bb7fdaa5cb42e63acc05b741ef52.zip
Add cheatsheet
Diffstat (limited to 'common')
-rw-r--r--common/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/css/main.css b/common/css/main.css
index b5a60f7..d8795e2 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -18,8 +18,8 @@
::-webkit-scrollbar-thumb:horizontal { width: 50px; background-color: #000000; }
*{padding:0px; margin:0px; font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial; line-height:24px;}
-a{text-decoration: none; color:black;}
body{background-color:#f5f5f5;}
+a{text-decoration: none; color:black;}
p a:hover{text-decoration: none; color:gray;}
.page{width:880px; margin:0 auto;}