diff --git a/photoalbum/skel/static/index.css b/photoalbum/skel/static/index.css index e02f270..1615a38 100644 --- a/photoalbum/skel/static/index.css +++ b/photoalbum/skel/static/index.css @@ -2,6 +2,10 @@ body { margin: 0; } +a { + color: #ba1200; +} + #header { background-color: #eee; }