Welcome to mirror list, hosted at ThFree Co, Russian Federation.

diffs.css.in « diffs « fixtures « integration « test « mocha-3.1.2 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09a3ca5363e9b1e39b1e3916ad63a92a7adfd640 (plain)
1
2
3
4
5
6
7
8
9
body {
  font: "Helvetica Neue", Helvetica, arial, sans-serif;
  background: black;
  color: white;
}

a {
  color: blue
}