summaryrefslogtreecommitdiff
path: root/lib/oxidized/api/web/public/css/oxidized.css
blob: 8455513ce6f56f1c1859a1200c5e237adb5a40bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
body {
  background: #fdf6e3;
  color: #002b36;
}

a:link {
  /* color: #268bd2; */
  color: #dc322f;
  text-decoration: none;
}

a:visited {
}

a:hover {
  color: #d33682;
  text-decoration: underline;
}

a:active {
}

tr.odd {
  background: #eee8d5;
}

tr.even {
  background: #fdf6e3;
}

tr:hover {
  background: #586e75;
  color: #fdf6e3;
}