summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: 7a1f67e5f0f6179c92f770c7b630475a1ecab4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
  background-color: #5CACEE;
}

a {
  color: white;
}

a:hover {
  color: black;
}