summaryrefslogtreecommitdiffstats
path: root/tests/src/vfs/extfs/helpers-list/README.css.inc
blob: dacc4caaa9d622980c6bb937db792d0f12f6de7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<style type="text/css">

body {
  padding: 1em 2.5em;
  line-height: 140%;
}

code, pre {
  background-color: #FFB;
  padding: 2px 3px;
}

h1, h2 { text-indent: -0.5em; }
h1, h2, h3 {
  color: #005A9C;
  font-family: sans-serif;
}

:target {
  background: linear-gradient(45deg, #FFF 0%, #7CC 100%);
}

</style>