Panel/themes/Evolution/modules/lgsl/lgsl_style.css
2026-05-02 13:05:52 +00:00

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;
}