summaryrefslogtreecommitdiffhomepage
path: root/common/css/main.css
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-08-19 14:35:44 +0200
committerraysan5 <[email protected]>2018-08-19 14:35:44 +0200
commiteb36ad37720b058221ec8d379babcb27b50d845e (patch)
tree25f6c85107bc5da0996fdefbc82931acc8277ead /common/css/main.css
parentab07e099dbf782c4c69cd0f0e06d1f37a3a887bf (diff)
downloadraylib.com-eb36ad37720b058221ec8d379babcb27b50d845e.tar.gz
raylib.com-eb36ad37720b058221ec8d379babcb27b50d845e.zip
Improved text reading
Diffstat (limited to 'common/css/main.css')
-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 62f9810..d469a59 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -17,7 +17,7 @@
::-webkit-scrollbar-thumb:vertical { height: 50px; background-color: #000000; }
::-webkit-scrollbar-thumb:horizontal { width: 50px; background-color: #000000; }
-*{padding:0px; margin:0px; font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial; -moz-font-smoothing: none;-webkit-font-smoothing: none; line-height:24px;}
+*{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;}
p a:hover{text-decoration: none; color:gray;}