summaryrefslogtreecommitdiff
path: root/static/base.css
blob: 1022597e3fbfadbff276202e946f7ab17cccd113 (plain)
1
2
3
4
5
6
7
h1.shadow {
    text-shadow: 3px 3px 3px #ccc;
}

body {
    background: linear-gradient(to bottom right, #ffffff, #d0d0d0);
}