diff options
| author | raysan5 <[email protected]> | 2018-08-19 14:35:44 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-08-19 14:35:44 +0200 |
| commit | eb36ad37720b058221ec8d379babcb27b50d845e (patch) | |
| tree | 25f6c85107bc5da0996fdefbc82931acc8277ead /common/css/main.css | |
| parent | ab07e099dbf782c4c69cd0f0e06d1f37a3a887bf (diff) | |
| download | raylib.com-eb36ad37720b058221ec8d379babcb27b50d845e.tar.gz raylib.com-eb36ad37720b058221ec8d379babcb27b50d845e.zip | |
Improved text reading
Diffstat (limited to 'common/css/main.css')
| -rw-r--r-- | common/css/main.css | 2 |
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;} |
