Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
33 lines
390 B
CSS
33 lines
390 B
CSS
body
|
|
{
|
|
background-color:#9f9ca5;
|
|
font-size:11px;
|
|
font-family:verdana,tahoma,arial;
|
|
word-wrap:break-word;
|
|
}
|
|
|
|
div > table > tbody > tr > td{
|
|
background-color:#373737 !important;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
text-decoration:none;
|
|
color:#c00000;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
text-decoration:none;
|
|
color:#c00000;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color:#7500c0;
|
|
}
|
|
|
|
a:active
|
|
{
|
|
color:#7500c0;
|
|
}
|