summaryrefslogtreecommitdiffstats
path: root/www/style.css
blob: 2354e77c57f007dc3c4b4f393bf9778c954b9b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body
{
    text-align: center;
    color: #ccc;
    background-color: #000;
}

a
{
    color: #777;
}

a:hover
{
    color: #999;
}