From eb36ad37720b058221ec8d379babcb27b50d845e Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 19 Aug 2018 14:35:44 +0200 Subject: Improved text reading --- common/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/css') 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;} -- cgit v1.2.3