• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Suggestion Black Theme [PHP] Colors

Leon Zawo

New Member
Joined
Sep 4, 2011
Messages
36
Reaction score
2
Hi,

Seriously? Navy blue with red?
I have problems to read code in this tags.

Please change these colors to more contrast to the black background..
Thanks.

PHP:
<?php
date_default_timezone_set('UTC');
echo date("l");
echo date('l jS F Y h:i:s A');
echo "1 lipca, 2000 wypada w " . date("l", mktime(0, 0, 0, 7, 1, 2000));
echo date(DATE_RFC822);
echo date(DATE_ATOM, mktime(0, 0, 0, 7, 1, 2000));
?>
 
Last edited:
While they're at it, you could stop using PHP as well.

...? I can't read posts from other users in Support section. If you had a brain, you'd know it.
It isn't difficult to change 2 values in style..
 
Back
Top