aboutsummaryrefslogtreecommitdiffstats
path: root/www/custom.css
blob: d0ff0879cdebb5e60383498bb8f267e77d292c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pre#logo
{
    font-size: 3px;
    max-width: 100%;
}

pre#logo-footer
{
    font-size: 1px;
    max-width: 100%;
}

div#footer a:hover, div#header a:hover
{
    color: red;
    text-decoration: none;
}