OILS / web / spec-cpp.css View on Github | oils.pub

19 lines, 15 significant
1h1 {
2 font-size: x-large;
3}
4
5/* same as .osh-pass in spec-tests.css */
6.cpp-good {
7 background-color: #e0ffe0;
8}
9
10/* same as .failed in spec-tests.css */
11.cpp-failed {
12 background-color: #ffe0e0;
13}
14
15/* same as .osh-allow-fail in spec-tests.css */
16.py-good {
17 background-color: #ffffe0;
18}
19